]> git.donarmstrong.com Git - perltidy.git/commit
Initial commit
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 7 Apr 2018 23:42:42 +0000 (16:42 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 7 Apr 2018 23:42:42 +0000 (16:42 -0700)
commitc3edc321210b78a8828f2445f028ecf80693f68e
tree861a29c492b6e98e053b51a9be6128f1ffb8db10
Initial commit
441 files changed:
.appveyor.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.perlcriticrc [new file with mode: 0644]
.tidyallrc [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
BUGS.md [new file with mode: 0644]
CHANGES.md [new file with mode: 0644]
COPYING [new file with mode: 0644]
INSTALL.md [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
MANIFEST.SKIP [new file with mode: 0644]
Makefile.PL [new file with mode: 0755]
README.md [new file with mode: 0644]
bin/perltidy [new file with mode: 0755]
dev-bin/build.pl [new file with mode: 0755]
docs/README [new file with mode: 0644]
docs/stylekey.pod [new file with mode: 0644]
docs/testfile.pl [new file with mode: 0644]
docs/tutorial.pod [new file with mode: 0644]
examples/README [new file with mode: 0644]
examples/bbtidy.pl [new file with mode: 0644]
examples/break_long_quotes.pl [new file with mode: 0755]
examples/ex_mp.pl [new file with mode: 0755]
examples/filter_example.in [new file with mode: 0644]
examples/filter_example.pl [new file with mode: 0755]
examples/find_naughty.pl [new file with mode: 0755]
examples/lextest [new file with mode: 0755]
examples/perlcomment.pl [new file with mode: 0755]
examples/perllinetype.pl [new file with mode: 0755]
examples/perlmask.pl [new file with mode: 0755]
examples/perltidy_okw.pl [new file with mode: 0755]
examples/perltidyrc_dump.pl [new file with mode: 0755]
examples/perlxmltok.pl [new file with mode: 0755]
examples/pt.bat [new file with mode: 0644]
examples/testfa.t [new file with mode: 0644]
examples/testff.t [new file with mode: 0644]
lib/Perl/Tidy.pm [new file with mode: 0644]
lib/Perl/Tidy.pod [new file with mode: 0644]
lib/Perl/Tidy/Debugger.pm [new file with mode: 0644]
lib/Perl/Tidy/DevNull.pm [new file with mode: 0644]
lib/Perl/Tidy/Diagnostics.pm [new file with mode: 0644]
lib/Perl/Tidy/FileWriter.pm [new file with mode: 0644]
lib/Perl/Tidy/Formatter.pm [new file with mode: 0644]
lib/Perl/Tidy/HtmlWriter.pm [new file with mode: 0644]
lib/Perl/Tidy/IOScalar.pm [new file with mode: 0644]
lib/Perl/Tidy/IOScalarArray.pm [new file with mode: 0644]
lib/Perl/Tidy/IndentationItem.pm [new file with mode: 0644]
lib/Perl/Tidy/LineBuffer.pm [new file with mode: 0644]
lib/Perl/Tidy/LineSink.pm [new file with mode: 0644]
lib/Perl/Tidy/LineSource.pm [new file with mode: 0644]
lib/Perl/Tidy/Logger.pm [new file with mode: 0644]
lib/Perl/Tidy/Tokenizer.pm [new file with mode: 0644]
lib/Perl/Tidy/VerticalAligner.pm [new file with mode: 0644]
lib/Perl/Tidy/VerticalAligner/Alignment.pm [new file with mode: 0644]
lib/Perl/Tidy/VerticalAligner/Line.pm [new file with mode: 0644]
local-docs/BUGS.md [new file with mode: 0644]
local-docs/BUGS.pod [new file with mode: 0644]
local-docs/ChangeLog.pod [new file with mode: 0644]
local-docs/INSTALL.pod [new file with mode: 0644]
local-docs/Makefile [new file with mode: 0644]
local-docs/README.pod [new file with mode: 0644]
local-docs/Release-Checklist.md [new file with mode: 0644]
local-docs/perl2web.pod [new file with mode: 0644]
local-docs/perltidy.1 [new file with mode: 0644]
local-docs/perltidy.md [new file with mode: 0644]
local-docs/stylekey.pod [new file with mode: 0644]
local-docs/tilde.pod [new file with mode: 0644]
local-docs/tutorial.md [new file with mode: 0644]
local-docs/tutorial.pod [new file with mode: 0644]
pm2pl [new file with mode: 0755]
t/filter_example.t [new file with mode: 0755]
t/snippets/Makefile [new file with mode: 0644]
t/snippets/README.md [new file with mode: 0644]
t/snippets/align1.in [new file with mode: 0644]
t/snippets/align2.in [new file with mode: 0644]
t/snippets/align3.in [new file with mode: 0644]
t/snippets/align4.in [new file with mode: 0644]
t/snippets/align5.in [new file with mode: 0644]
t/snippets/align6.in [new file with mode: 0644]
t/snippets/align7.in [new file with mode: 0644]
t/snippets/align8.in [new file with mode: 0644]
t/snippets/align9.in [new file with mode: 0644]
t/snippets/andor1.in [new file with mode: 0644]
t/snippets/andor10.in [new file with mode: 0644]
t/snippets/andor2.in [new file with mode: 0644]
t/snippets/andor3.in [new file with mode: 0644]
t/snippets/andor4.in [new file with mode: 0644]
t/snippets/andor5.in [new file with mode: 0644]
t/snippets/andor6.in [new file with mode: 0644]
t/snippets/andor7.in [new file with mode: 0644]
t/snippets/andor8.in [new file with mode: 0644]
t/snippets/andor9.in [new file with mode: 0644]
t/snippets/angle.in [new file with mode: 0644]
t/snippets/arrows1.in [new file with mode: 0644]
t/snippets/arrows2.in [new file with mode: 0644]
t/snippets/attrib1.in [new file with mode: 0644]
t/snippets/attrib2.in [new file with mode: 0644]
t/snippets/attrib3.in [new file with mode: 0644]
t/snippets/bar.par [new file with mode: 0644]
t/snippets/bar1.in [new file with mode: 0644]
t/snippets/block1.in [new file with mode: 0644]
t/snippets/boc.par [new file with mode: 0644]
t/snippets/boc1.in [new file with mode: 0644]
t/snippets/boc2.in [new file with mode: 0644]
t/snippets/break1.in [new file with mode: 0644]
t/snippets/break2.in [new file with mode: 0644]
t/snippets/break3.in [new file with mode: 0644]
t/snippets/break4.in [new file with mode: 0644]
t/snippets/carat.in [new file with mode: 0644]
t/snippets/ce.par [new file with mode: 0644]
t/snippets/ce1.in [new file with mode: 0644]
t/snippets/ce_wn.par [new file with mode: 0644]
t/snippets/ce_wn1.in [new file with mode: 0644]
t/snippets/colin.in [new file with mode: 0644]
t/snippets/colin.par [new file with mode: 0644]
t/snippets/coverage_missing.txt [new file with mode: 0644]
t/snippets/coverage_values.txt [new file with mode: 0644]
t/snippets/def.par [new file with mode: 0644]
t/snippets/essential.in [new file with mode: 0644]
t/snippets/essential1.par [new file with mode: 0644]
t/snippets/essential2.par [new file with mode: 0644]
t/snippets/expect/align1.def [new file with mode: 0644]
t/snippets/expect/align2.def [new file with mode: 0644]
t/snippets/expect/align3.def [new file with mode: 0644]
t/snippets/expect/align4.def [new file with mode: 0644]
t/snippets/expect/align5.def [new file with mode: 0644]
t/snippets/expect/align6.def [new file with mode: 0644]
t/snippets/expect/align7.def [new file with mode: 0644]
t/snippets/expect/align8.def [new file with mode: 0644]
t/snippets/expect/align9.def [new file with mode: 0644]
t/snippets/expect/andor1.def [new file with mode: 0644]
t/snippets/expect/andor10.def [new file with mode: 0644]
t/snippets/expect/andor2.def [new file with mode: 0644]
t/snippets/expect/andor3.def [new file with mode: 0644]
t/snippets/expect/andor4.def [new file with mode: 0644]
t/snippets/expect/andor5.def [new file with mode: 0644]
t/snippets/expect/andor6.def [new file with mode: 0644]
t/snippets/expect/andor7.def [new file with mode: 0644]
t/snippets/expect/andor8.def [new file with mode: 0644]
t/snippets/expect/andor9.def [new file with mode: 0644]
t/snippets/expect/angle.def [new file with mode: 0644]
t/snippets/expect/arrows1.def [new file with mode: 0644]
t/snippets/expect/arrows2.def [new file with mode: 0644]
t/snippets/expect/attrib1.def [new file with mode: 0644]
t/snippets/expect/attrib2.def [new file with mode: 0644]
t/snippets/expect/attrib3.def [new file with mode: 0644]
t/snippets/expect/bar1.bar [new file with mode: 0644]
t/snippets/expect/bar1.def [new file with mode: 0644]
t/snippets/expect/block1.def [new file with mode: 0644]
t/snippets/expect/boc1.boc [new file with mode: 0644]
t/snippets/expect/boc1.def [new file with mode: 0644]
t/snippets/expect/boc2.boc [new file with mode: 0644]
t/snippets/expect/boc2.def [new file with mode: 0644]
t/snippets/expect/break1.def [new file with mode: 0644]
t/snippets/expect/break2.def [new file with mode: 0644]
t/snippets/expect/break3.def [new file with mode: 0644]
t/snippets/expect/break4.def [new file with mode: 0644]
t/snippets/expect/carat.def [new file with mode: 0644]
t/snippets/expect/ce1.ce [new file with mode: 0644]
t/snippets/expect/ce1.def [new file with mode: 0644]
t/snippets/expect/ce_wn1.ce_wn [new file with mode: 0644]
t/snippets/expect/ce_wn1.def [new file with mode: 0644]
t/snippets/expect/colin.colin [new file with mode: 0644]
t/snippets/expect/colin.def [new file with mode: 0644]
t/snippets/expect/essential.def [new file with mode: 0644]
t/snippets/expect/essential.essential1 [new file with mode: 0644]
t/snippets/expect/essential.essential2 [new file with mode: 0644]
t/snippets/expect/extrude1.def [new file with mode: 0644]
t/snippets/expect/extrude1.extrude [new file with mode: 0644]
t/snippets/expect/extrude2.def [new file with mode: 0644]
t/snippets/expect/extrude2.extrude [new file with mode: 0644]
t/snippets/expect/extrude3.def [new file with mode: 0644]
t/snippets/expect/extrude3.extrude [new file with mode: 0644]
t/snippets/expect/extrude4.def [new file with mode: 0644]
t/snippets/expect/extrude4.extrude [new file with mode: 0644]
t/snippets/expect/fabrice_bug.def [new file with mode: 0644]
t/snippets/expect/fabrice_bug.fabrice_bug [new file with mode: 0644]
t/snippets/expect/format1.def [new file with mode: 0644]
t/snippets/expect/given1.def [new file with mode: 0644]
t/snippets/expect/gnu1.def [new file with mode: 0644]
t/snippets/expect/gnu1.gnu [new file with mode: 0644]
t/snippets/expect/gnu2.def [new file with mode: 0644]
t/snippets/expect/gnu2.gnu [new file with mode: 0644]
t/snippets/expect/gnu3.def [new file with mode: 0644]
t/snippets/expect/gnu3.gnu [new file with mode: 0644]
t/snippets/expect/gnu4.def [new file with mode: 0644]
t/snippets/expect/gnu4.gnu [new file with mode: 0644]
t/snippets/expect/hanging_side_comments1.def [new file with mode: 0644]
t/snippets/expect/hanging_side_comments2.def [new file with mode: 0644]
t/snippets/expect/hash1.def [new file with mode: 0644]
t/snippets/expect/hashbang.def [new file with mode: 0644]
t/snippets/expect/here1.def [new file with mode: 0644]
t/snippets/expect/html1.def [new file with mode: 0644]
t/snippets/expect/html1.html [new file with mode: 0644]
t/snippets/expect/ident1.def [new file with mode: 0644]
t/snippets/expect/if1.def [new file with mode: 0644]
t/snippets/expect/iscl1.def [new file with mode: 0644]
t/snippets/expect/iscl1.iscl [new file with mode: 0644]
t/snippets/expect/label1.def [new file with mode: 0644]
t/snippets/expect/lextest1.def [new file with mode: 0644]
t/snippets/expect/list1.def [new file with mode: 0644]
t/snippets/expect/listop1.def [new file with mode: 0644]
t/snippets/expect/listop2.def [new file with mode: 0644]
t/snippets/expect/lp1.def [new file with mode: 0644]
t/snippets/expect/lp1.lp [new file with mode: 0644]
t/snippets/expect/mangle1.def [new file with mode: 0644]
t/snippets/expect/mangle1.mangle [new file with mode: 0644]
t/snippets/expect/mangle2.def [new file with mode: 0644]
t/snippets/expect/mangle2.mangle [new file with mode: 0644]
t/snippets/expect/mangle3.def [new file with mode: 0644]
t/snippets/expect/mangle3.mangle [new file with mode: 0644]
t/snippets/expect/math1.def [new file with mode: 0644]
t/snippets/expect/math2.def [new file with mode: 0644]
t/snippets/expect/math3.def [new file with mode: 0644]
t/snippets/expect/math4.def [new file with mode: 0644]
t/snippets/expect/nasc.def [new file with mode: 0644]
t/snippets/expect/nasc.nasc [new file with mode: 0644]
t/snippets/expect/nothing.def [new file with mode: 0644]
t/snippets/expect/nothing.nothing [new file with mode: 0644]
t/snippets/expect/otr1.def [new file with mode: 0644]
t/snippets/expect/otr1.otr [new file with mode: 0644]
t/snippets/expect/pbp1.def [new file with mode: 0644]
t/snippets/expect/pbp1.pbp [new file with mode: 0644]
t/snippets/expect/pbp2.def [new file with mode: 0644]
t/snippets/expect/pbp2.pbp [new file with mode: 0644]
t/snippets/expect/pbp3.def [new file with mode: 0644]
t/snippets/expect/pbp3.pbp [new file with mode: 0644]
t/snippets/expect/pbp4.def [new file with mode: 0644]
t/snippets/expect/pbp4.pbp [new file with mode: 0644]
t/snippets/expect/pbp5.def [new file with mode: 0644]
t/snippets/expect/pbp5.pbp [new file with mode: 0644]
t/snippets/expect/print1.def [new file with mode: 0644]
t/snippets/expect/q1.def [new file with mode: 0644]
t/snippets/expect/q2.def [new file with mode: 0644]
t/snippets/expect/recombine1.def [new file with mode: 0644]
t/snippets/expect/recombine2.def [new file with mode: 0644]
t/snippets/expect/recombine3.def [new file with mode: 0644]
t/snippets/expect/recombine4.def [new file with mode: 0644]
t/snippets/expect/rt102451.def [new file with mode: 0644]
t/snippets/expect/rt116344.def [new file with mode: 0644]
t/snippets/expect/rt123774.def [new file with mode: 0644]
t/snippets/expect/rt125012.def [new file with mode: 0644]
t/snippets/expect/rt125012.rt125012 [new file with mode: 0644]
t/snippets/expect/rt94338.def [new file with mode: 0644]
t/snippets/expect/rt96101.def [new file with mode: 0644]
t/snippets/expect/scl.def [new file with mode: 0644]
t/snippets/expect/scl.scl [new file with mode: 0644]
t/snippets/expect/semicolon2.def [new file with mode: 0644]
t/snippets/expect/side_comments1.def [new file with mode: 0644]
t/snippets/expect/sil1.def [new file with mode: 0644]
t/snippets/expect/sil1.sil [new file with mode: 0644]
t/snippets/expect/slashslash.def [new file with mode: 0644]
t/snippets/expect/smart.def [new file with mode: 0644]
t/snippets/expect/space1.def [new file with mode: 0644]
t/snippets/expect/space2.def [new file with mode: 0644]
t/snippets/expect/space3.def [new file with mode: 0644]
t/snippets/expect/space4.def [new file with mode: 0644]
t/snippets/expect/space5.def [new file with mode: 0644]
t/snippets/expect/structure1.def [new file with mode: 0644]
t/snippets/expect/style.def [new file with mode: 0644]
t/snippets/expect/style.style1 [new file with mode: 0644]
t/snippets/expect/style.style2 [new file with mode: 0644]
t/snippets/expect/style.style3 [new file with mode: 0644]
t/snippets/expect/style.style4 [new file with mode: 0644]
t/snippets/expect/style.style5 [new file with mode: 0644]
t/snippets/expect/sub1.def [new file with mode: 0644]
t/snippets/expect/sub2.def [new file with mode: 0644]
t/snippets/expect/switch1.def [new file with mode: 0644]
t/snippets/expect/syntax1.def [new file with mode: 0644]
t/snippets/expect/syntax2.def [new file with mode: 0644]
t/snippets/expect/ternary1.def [new file with mode: 0644]
t/snippets/expect/ternary2.def [new file with mode: 0644]
t/snippets/expect/tick1.def [new file with mode: 0644]
t/snippets/expect/trim_quote.def [new file with mode: 0644]
t/snippets/expect/tso1.def [new file with mode: 0644]
t/snippets/expect/tso1.tso [new file with mode: 0644]
t/snippets/expect/tutor.def [new file with mode: 0644]
t/snippets/expect/undoci1.def [new file with mode: 0644]
t/snippets/expect/use1.def [new file with mode: 0644]
t/snippets/expect/use2.def [new file with mode: 0644]
t/snippets/expect/version1.def [new file with mode: 0644]
t/snippets/expect/version2.def [new file with mode: 0644]
t/snippets/expect/vert.def [new file with mode: 0644]
t/snippets/expect/vmll.def [new file with mode: 0644]
t/snippets/expect/vmll.vmll [new file with mode: 0644]
t/snippets/expect/vtc1.def [new file with mode: 0644]
t/snippets/expect/vtc1.vtc [new file with mode: 0644]
t/snippets/expect/vtc2.def [new file with mode: 0644]
t/snippets/expect/vtc2.vtc [new file with mode: 0644]
t/snippets/expect/vtc3.def [new file with mode: 0644]
t/snippets/expect/vtc3.vtc [new file with mode: 0644]
t/snippets/expect/vtc4.def [new file with mode: 0644]
t/snippets/expect/vtc4.vtc [new file with mode: 0644]
t/snippets/expect/wn1.def [new file with mode: 0644]
t/snippets/expect/wn1.wn [new file with mode: 0644]
t/snippets/expect/wn2.def [new file with mode: 0644]
t/snippets/expect/wn2.wn [new file with mode: 0644]
t/snippets/expect/wn3.def [new file with mode: 0644]
t/snippets/expect/wn3.wn [new file with mode: 0644]
t/snippets/expect/wn4.def [new file with mode: 0644]
t/snippets/expect/wn4.wn [new file with mode: 0644]
t/snippets/expect/wn5.def [new file with mode: 0644]
t/snippets/expect/wn5.wn [new file with mode: 0644]
t/snippets/expect/wn6.def [new file with mode: 0644]
t/snippets/expect/wn6.wn [new file with mode: 0644]
t/snippets/extrude.par [new file with mode: 0644]
t/snippets/extrude1.in [new file with mode: 0644]
t/snippets/extrude2.in [new file with mode: 0644]
t/snippets/extrude3.in [new file with mode: 0644]
t/snippets/extrude4.in [new file with mode: 0644]
t/snippets/fabrice_bug.in [new file with mode: 0644]
t/snippets/fabrice_bug.par [new file with mode: 0644]
t/snippets/format1.in [new file with mode: 0644]
t/snippets/given1.in [new file with mode: 0644]
t/snippets/gnu.par [new file with mode: 0644]
t/snippets/gnu1.in [new file with mode: 0644]
t/snippets/gnu2.in [new file with mode: 0644]
t/snippets/gnu3.in [new file with mode: 0644]
t/snippets/gnu4.in [new file with mode: 0644]
t/snippets/hanging_side_comments1.in [new file with mode: 0644]
t/snippets/hanging_side_comments2.in [new file with mode: 0644]
t/snippets/hash1.in [new file with mode: 0644]
t/snippets/hashbang.in [new file with mode: 0644]
t/snippets/here1.in [new file with mode: 0644]
t/snippets/html.par [new file with mode: 0644]
t/snippets/html1.in [new file with mode: 0644]
t/snippets/ident1.in [new file with mode: 0644]
t/snippets/if1.in [new file with mode: 0644]
t/snippets/iscl.par [new file with mode: 0644]
t/snippets/iscl1.in [new file with mode: 0644]
t/snippets/label1.in [new file with mode: 0644]
t/snippets/lextest1.in [new file with mode: 0644]
t/snippets/list1.in [new file with mode: 0644]
t/snippets/listop1.in [new file with mode: 0644]
t/snippets/listop2.in [new file with mode: 0644]
t/snippets/lp.par [new file with mode: 0644]
t/snippets/lp1.in [new file with mode: 0644]
t/snippets/make_coverage_report.pl [new file with mode: 0755]
t/snippets/make_expect.pl [new file with mode: 0755]
t/snippets/make_t.pl [new file with mode: 0755]
t/snippets/mangle.par [new file with mode: 0644]
t/snippets/mangle1.in [new file with mode: 0644]
t/snippets/mangle2.in [new file with mode: 0644]
t/snippets/mangle3.in [new file with mode: 0644]
t/snippets/math1.in [new file with mode: 0644]
t/snippets/math2.in [new file with mode: 0644]
t/snippets/math3.in [new file with mode: 0644]
t/snippets/math4.in [new file with mode: 0644]
t/snippets/nasc.in [new file with mode: 0644]
t/snippets/nasc.par [new file with mode: 0644]
t/snippets/nothing.in [new file with mode: 0644]
t/snippets/nothing.par [new file with mode: 0644]
t/snippets/otr.par [new file with mode: 0644]
t/snippets/otr1.in [new file with mode: 0644]
t/snippets/pbp.par [new file with mode: 0644]
t/snippets/pbp1.in [new file with mode: 0644]
t/snippets/pbp2.in [new file with mode: 0644]
t/snippets/pbp3.in [new file with mode: 0644]
t/snippets/pbp4.in [new file with mode: 0644]
t/snippets/pbp5.in [new file with mode: 0644]
t/snippets/print1.in [new file with mode: 0644]
t/snippets/q1.in [new file with mode: 0644]
t/snippets/q2.in [new file with mode: 0644]
t/snippets/recombine1.in [new file with mode: 0644]
t/snippets/recombine2.in [new file with mode: 0644]
t/snippets/recombine3.in [new file with mode: 0644]
t/snippets/recombine4.in [new file with mode: 0644]
t/snippets/rt102451.in [new file with mode: 0644]
t/snippets/rt116344.in [new file with mode: 0644]
t/snippets/rt123774.in [new file with mode: 0644]
t/snippets/rt125012.in [new file with mode: 0644]
t/snippets/rt125012.par [new file with mode: 0644]
t/snippets/rt94338.in [new file with mode: 0644]
t/snippets/rt96101.in [new file with mode: 0644]
t/snippets/scl.in [new file with mode: 0644]
t/snippets/scl.par [new file with mode: 0644]
t/snippets/semicolon2.in [new file with mode: 0644]
t/snippets/side_comments1.in [new file with mode: 0644]
t/snippets/sil.par [new file with mode: 0644]
t/snippets/sil1.in [new file with mode: 0644]
t/snippets/slashslash.in [new file with mode: 0644]
t/snippets/smart.in [new file with mode: 0644]
t/snippets/space1.in [new file with mode: 0644]
t/snippets/space2.in [new file with mode: 0644]
t/snippets/space3.in [new file with mode: 0644]
t/snippets/space4.in [new file with mode: 0644]
t/snippets/space5.in [new file with mode: 0644]
t/snippets/structure1.in [new file with mode: 0644]
t/snippets/style.in [new file with mode: 0644]
t/snippets/style1.par [new file with mode: 0644]
t/snippets/style2.par [new file with mode: 0644]
t/snippets/style3.par [new file with mode: 0644]
t/snippets/style4.par [new file with mode: 0644]
t/snippets/style5.par [new file with mode: 0644]
t/snippets/sub1.in [new file with mode: 0644]
t/snippets/sub2.in [new file with mode: 0644]
t/snippets/switch1.in [new file with mode: 0644]
t/snippets/syntax1.in [new file with mode: 0644]
t/snippets/syntax2.in [new file with mode: 0644]
t/snippets/ternary1.in [new file with mode: 0644]
t/snippets/ternary2.in [new file with mode: 0644]
t/snippets/tick1.in [new file with mode: 0644]
t/snippets/trim_quote.in [new file with mode: 0644]
t/snippets/tso.par [new file with mode: 0644]
t/snippets/tso1.in [new file with mode: 0644]
t/snippets/tutor.in [new file with mode: 0644]
t/snippets/undoci1.in [new file with mode: 0644]
t/snippets/use1.in [new file with mode: 0644]
t/snippets/use2.in [new file with mode: 0644]
t/snippets/version1.in [new file with mode: 0644]
t/snippets/version2.in [new file with mode: 0644]
t/snippets/vert.in [new file with mode: 0644]
t/snippets/vmll.in [new file with mode: 0644]
t/snippets/vmll.par [new file with mode: 0644]
t/snippets/vtc.par [new file with mode: 0644]
t/snippets/vtc1.in [new file with mode: 0644]
t/snippets/vtc2.in [new file with mode: 0644]
t/snippets/vtc3.in [new file with mode: 0644]
t/snippets/vtc4.in [new file with mode: 0644]
t/snippets/wn.par [new file with mode: 0644]
t/snippets/wn1.in [new file with mode: 0644]
t/snippets/wn2.in [new file with mode: 0644]
t/snippets/wn3.in [new file with mode: 0644]
t/snippets/wn4.in [new file with mode: 0644]
t/snippets/wn5.in [new file with mode: 0644]
t/snippets/wn6.in [new file with mode: 0644]
t/snippets1.t [new file with mode: 0644]
t/snippets10.t [new file with mode: 0644]
t/snippets2.t [new file with mode: 0644]
t/snippets3.t [new file with mode: 0644]
t/snippets4.t [new file with mode: 0644]
t/snippets5.t [new file with mode: 0644]
t/snippets6.t [new file with mode: 0644]
t/snippets7.t [new file with mode: 0644]
t/snippets8.t [new file with mode: 0644]
t/snippets9.t [new file with mode: 0644]
t/test.t [new file with mode: 0644]
t/testsa.t [new file with mode: 0644]
t/testss.t [new file with mode: 0644]
t/testwide.pl.src [new file with mode: 0644]
t/testwide.t [new file with mode: 0755]