Skip to content

Commit

Permalink
Let "make manifest" shuffle files around.
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Feb 8, 2009
1 parent 058da18 commit e6d4006
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions MANIFEST
@@ -1,23 +1,21 @@
.perlcriticrc
.perltidyrc
Changes
MANIFEST This list of files
MANIFEST.SKIP
Makefile.PL
README
TODO
lib/Test/Builder.pm
lib/Test/Builder/Module.pm
lib/Test/Builder/Tester.pm
lib/Test/Builder/Tester/Color.pm
lib/Test/More.pm
lib/Test/Simple.pm
lib/Test/Tutorial.pod
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
README
t/00test_harness_check.t
t/bad_plan.t
t/bail_out.t
t/BEGIN_require_ok.t
t/BEGIN_use_ok.t
t/buffer.t
t/Builder/Builder.t
t/Builder/carp.t
t/Builder/create.t
Expand All @@ -42,6 +40,17 @@ t/Builder/output.t
t/Builder/reset.t
t/Builder/reset_outputs.t
t/Builder/try.t
t/More.t
t/Tester/tbt_01basic.t
t/Tester/tbt_02fhrestore.t
t/Tester/tbt_03die.t
t/Tester/tbt_04line_num.t
t/Tester/tbt_05faildiag.t
t/Tester/tbt_06errormess.t
t/Tester/tbt_07args.t
t/bad_plan.t
t/bail_out.t
t/buffer.t
t/c_flag.t
t/circular_data.t
t/cmp_ok.t
Expand Down Expand Up @@ -86,7 +95,6 @@ t/lib/Test/Simple/sample_tests/too_few_fail.plx
t/lib/Test/Simple/sample_tests/two_fail.plx
t/lib/TieOut.pm
t/missing.t
t/More.t
t/new_ok.t
t/no_plan.t
t/no_tests.t
Expand All @@ -106,18 +114,10 @@ t/simple.t
t/skip.t
t/skipall.t
t/tbm_doesnt_set_exported_to.t
t/Tester/tbt_01basic.t
t/Tester/tbt_02fhrestore.t
t/Tester/tbt_03die.t
t/Tester/tbt_04line_num.t
t/Tester/tbt_05faildiag.t
t/Tester/tbt_06errormess.t
t/Tester/tbt_07args.t
t/thread_taint.t
t/threads.t
t/todo.t
t/undef.t
t/use_ok.t
t/useing.t
t/utf8.t
TODO

0 comments on commit e6d4006

Please sign in to comment.