From: Nicholas Clark Date: Fri, 2 Oct 2009 15:19:41 +0000 (+0100) Subject: Move Test::Simple from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e0ee75a6976f08f9bc3868227f1cd11ab6507895;p=p5sagit%2Fp5-mst-13.2.git Move Test::Simple from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index ec36115..3713ca6 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2171,6 +2171,125 @@ cpan/Test-Harness/t/yamlish-output.t Test::Harness test cpan/Test-Harness/t/yamlish.t Test::Harness test cpan/Test-Harness/t/yamlish-writer.t Test::Harness test cpan/Test/lib/Test.pm A simple framework for writing test scripts +cpan/Test-Simple/Changes Test::Simple changes +cpan/Test-Simple/lib/Test/Builder/Module.pm Base class for test modules +cpan/Test-Simple/lib/Test/Builder.pm For writing new test libraries +cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm Turn on color in Test::Builder::Tester +cpan/Test-Simple/lib/Test/Builder/Tester.pm For testing Test::Builder based classes +cpan/Test-Simple/lib/Test/More.pm More utilities for writing tests +cpan/Test-Simple/lib/Test/Simple.pm Basic utility for writing tests +cpan/Test-Simple/lib/Test/Tutorial.pod A tutorial on writing tests +cpan/Test-Simple/README Test::Simple README +cpan/Test-Simple/t/00test_harness_check.t Test::Simple test +cpan/Test-Simple/t/bad_plan.t Test::Builder plan() test +cpan/Test-Simple/t/bail_out.t Test::Builder BAIL_OUT test +cpan/Test-Simple/t/BEGIN_require_ok.t Test::More require_ok() testing +cpan/Test-Simple/t/BEGIN_use_ok.t Test::More use_ok() testing +cpan/Test-Simple/t/buffer.t Test::Builder buffering test +cpan/Test-Simple/t/Builder/Builder.t Test::Builder tests +cpan/Test-Simple/t/Builder/carp.t Test::Builder test +cpan/Test-Simple/t/Builder/create.t Test::Builder test +cpan/Test-Simple/t/Builder/current_test.t Test::Builder tests +cpan/Test-Simple/t/Builder/current_test_without_plan.t Test::Builder tests +cpan/Test-Simple/t/Builder/details.t Test::Builder tests +cpan/Test-Simple/t/Builder/done_testing_double.t Test::Builder tests +cpan/Test-Simple/t/Builder/done_testing_plan_mismatch.t Test::Builder tests +cpan/Test-Simple/t/Builder/done_testing.t Test::Builder tests +cpan/Test-Simple/t/Builder/done_testing_with_no_plan.t Test::Builder tests +cpan/Test-Simple/t/Builder/done_testing_with_number.t Test::Builder tests +cpan/Test-Simple/t/Builder/done_testing_with_plan.t Test::Builder tests +cpan/Test-Simple/t/Builder/fork_with_new_stdout.t Test::Builder tests +cpan/Test-Simple/t/Builder/has_plan2.t Test::Builder tests +cpan/Test-Simple/t/Builder/has_plan.t Test::Builder tests +cpan/Test-Simple/t/Builder/is_fh.t Test::Builder tests +cpan/Test-Simple/t/Builder/maybe_regex.t Test::Builder tests +cpan/Test-Simple/t/Builder/no_diag.t Test::Builder tests +cpan/Test-Simple/t/Builder/no_ending.t Test::Builder tests +cpan/Test-Simple/t/Builder/no_header.t Test::Builder tests +cpan/Test-Simple/t/Builder/no_plan_at_all.t Test::Builder tests +cpan/Test-Simple/t/Builder/ok_obj.t Test::Builder tests +cpan/Test-Simple/t/Builder/output.t Test::Builder tests +cpan/Test-Simple/t/Builder/reset.t Test::Builder tests +cpan/Test-Simple/t/Builder/try.t Test::Builder tests +cpan/Test-Simple/t/c_flag.t Test::Simple test +cpan/Test-Simple/t/circular_data.t Test::Simple test +cpan/Test-Simple/t/cmp_ok.t Test::More test +cpan/Test-Simple/t/diag.t Test::More diag() test +cpan/Test-Simple/t/died.t Test::Simple test +cpan/Test-Simple/t/dont_overwrite_die_handler.t Test::More tests +cpan/Test-Simple/t/eq_set.t Test::Simple test +cpan/Test-Simple/t/exit.t Test::Simple test, exit codes +cpan/Test-Simple/t/explain.t Test::Simple test +cpan/Test-Simple/t/extra_one.t Test::Simple test +cpan/Test-Simple/t/extra.t Test::Simple test +cpan/Test-Simple/t/fail-like.t Test::More test, like() failures +cpan/Test-Simple/t/fail-more.t Test::More test, tests failing +cpan/Test-Simple/t/fail_one.t Test::Simple test +cpan/Test-Simple/t/fail.t Test::Simple test, test failures +cpan/Test-Simple/t/filehandles.t Test::Simple test, STDOUT can be played with +cpan/Test-Simple/t/fork.t Test::More fork tests +cpan/Test-Simple/t/harness_active.t Test::Simple test +cpan/Test-Simple/t/import.t Test::More test, importing functions +cpan/Test-Simple/t/is_deeply_dne_bug.t Test::More test +cpan/Test-Simple/t/is_deeply_fail.t Test::More test, is_deeply() +cpan/Test-Simple/t/is_deeply_with_threads.t Test::More test +cpan/Test-Simple/t/lib/Dev/Null.pm Test::More test module +cpan/Test-Simple/t/lib/Dummy.pm Test::More test module +cpan/Test-Simple/t/lib/MyOverload.pm Test::More test module +cpan/Test-Simple/t/lib/NoExporter.pm Test::Simple test module +cpan/Test-Simple/t/lib/SigDie.pm Test module for Test::More +cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm Utility module for testing Test::Builder +cpan/Test-Simple/t/lib/Test/Simple/Catch.pm Utility module for testing Test::Simple +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx for exit.t +cpan/Test-Simple/t/lib/TieOut.pm Testing library to capture prints +cpan/Test-Simple/t/missing.t Test::Simple test, missing tests +cpan/Test-Simple/t/More.t Test::More test, basic stuff +cpan/Test-Simple/t/new_ok.t Test::More test +cpan/Test-Simple/t/no_plan.t Test::Simple test, forgot the plan +cpan/Test-Simple/t/no_tests.t Test::More test +cpan/Test-Simple/t/note.t Test::More test +cpan/Test-Simple/TODO Test::Simple TODO +cpan/Test-Simple/t/overload.t Test::Simple test +cpan/Test-Simple/t/overload_threads.t Test::Simple test +cpan/Test-Simple/t/plan_bad.t Test::Simple test +cpan/Test-Simple/t/plan_is_noplan.t Test::Simple test, no_plan +cpan/Test-Simple/t/plan_no_plan.t Test::More test, plan() w/no_plan +cpan/Test-Simple/t/plan_shouldnt_import.t Test::Simple test +cpan/Test-Simple/t/plan_skip_all.t Test::More test, plan() w/skip_all +cpan/Test-Simple/t/plan.t Test::More test, plan() +cpan/Test-Simple/t/require_ok.t Test::Simple test +cpan/Test-Simple/t/simple.t Test::Simple test, basic stuff +cpan/Test-Simple/t/skipall.t Test::More test, skip all tests +cpan/Test-Simple/t/skip.t Test::More test, SKIP tests +cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t Test::Builder::Module test +cpan/Test-Simple/t/Tester/tbt_01basic.t Test::Builder::Tester test +cpan/Test-Simple/t/Tester/tbt_02fhrestore.t Test::Builder::Tester test +cpan/Test-Simple/t/Tester/tbt_03die.t Test::Builder::Tester test +cpan/Test-Simple/t/Tester/tbt_04line_num.t Test::Builder::Tester test +cpan/Test-Simple/t/Tester/tbt_05faildiag.t Test::Builder::Tester test +cpan/Test-Simple/t/Tester/tbt_06errormess.t Test::Builder::Tester test +cpan/Test-Simple/t/Tester/tbt_07args.t Test::Builder::Tester test +cpan/Test-Simple/t/threads.t Test::Builder thread-safe checks +cpan/Test-Simple/t/thread_taint.t Test::Simple test +cpan/Test-Simple/t/todo.t Test::More test, TODO tests +cpan/Test-Simple/t/undef.t Test::More test, undefs don't cause warnings +cpan/Test-Simple/t/useing.t Test::More test, compile test +cpan/Test-Simple/t/use_ok.t Test::More test, use_ok() +cpan/Test-Simple/t/utf8.t Test::More test +cpan/Test-Simple/t/versions.t Test::More test cpan/Test/t/05_about_verbose.t See if Test works cpan/Test/t/fail.t See if Test works cpan/Test/t/mix.t See if Test works @@ -2903,125 +3022,6 @@ ext/Storable/t/weak.t Can Storable store weakrefs ext/Sys-Hostname/Hostname.pm Sys::Hostname extension Perl module ext/Sys-Hostname/Hostname.xs Sys::Hostname extension external subroutines ext/Sys-Hostname/t/Hostname.t See if Sys::Hostname works -ext/Test-Simple/Changes Test::Simple changes -ext/Test-Simple/lib/Test/Builder/Module.pm Base class for test modules -ext/Test-Simple/lib/Test/Builder.pm For writing new test libraries -ext/Test-Simple/lib/Test/Builder/Tester/Color.pm Turn on color in Test::Builder::Tester -ext/Test-Simple/lib/Test/Builder/Tester.pm For testing Test::Builder based classes -ext/Test-Simple/lib/Test/More.pm More utilities for writing tests -ext/Test-Simple/lib/Test/Simple.pm Basic utility for writing tests -ext/Test-Simple/lib/Test/Tutorial.pod A tutorial on writing tests -ext/Test-Simple/README Test::Simple README -ext/Test-Simple/t/00test_harness_check.t Test::Simple test -ext/Test-Simple/t/bad_plan.t Test::Builder plan() test -ext/Test-Simple/t/bail_out.t Test::Builder BAIL_OUT test -ext/Test-Simple/t/BEGIN_require_ok.t Test::More require_ok() testing -ext/Test-Simple/t/BEGIN_use_ok.t Test::More use_ok() testing -ext/Test-Simple/t/buffer.t Test::Builder buffering test -ext/Test-Simple/t/Builder/Builder.t Test::Builder tests -ext/Test-Simple/t/Builder/carp.t Test::Builder test -ext/Test-Simple/t/Builder/create.t Test::Builder test -ext/Test-Simple/t/Builder/current_test.t Test::Builder tests -ext/Test-Simple/t/Builder/current_test_without_plan.t Test::Builder tests -ext/Test-Simple/t/Builder/details.t Test::Builder tests -ext/Test-Simple/t/Builder/done_testing_double.t Test::Builder tests -ext/Test-Simple/t/Builder/done_testing_plan_mismatch.t Test::Builder tests -ext/Test-Simple/t/Builder/done_testing.t Test::Builder tests -ext/Test-Simple/t/Builder/done_testing_with_no_plan.t Test::Builder tests -ext/Test-Simple/t/Builder/done_testing_with_number.t Test::Builder tests -ext/Test-Simple/t/Builder/done_testing_with_plan.t Test::Builder tests -ext/Test-Simple/t/Builder/fork_with_new_stdout.t Test::Builder tests -ext/Test-Simple/t/Builder/has_plan2.t Test::Builder tests -ext/Test-Simple/t/Builder/has_plan.t Test::Builder tests -ext/Test-Simple/t/Builder/is_fh.t Test::Builder tests -ext/Test-Simple/t/Builder/maybe_regex.t Test::Builder tests -ext/Test-Simple/t/Builder/no_diag.t Test::Builder tests -ext/Test-Simple/t/Builder/no_ending.t Test::Builder tests -ext/Test-Simple/t/Builder/no_header.t Test::Builder tests -ext/Test-Simple/t/Builder/no_plan_at_all.t Test::Builder tests -ext/Test-Simple/t/Builder/ok_obj.t Test::Builder tests -ext/Test-Simple/t/Builder/output.t Test::Builder tests -ext/Test-Simple/t/Builder/reset.t Test::Builder tests -ext/Test-Simple/t/Builder/try.t Test::Builder tests -ext/Test-Simple/t/c_flag.t Test::Simple test -ext/Test-Simple/t/circular_data.t Test::Simple test -ext/Test-Simple/t/cmp_ok.t Test::More test -ext/Test-Simple/t/diag.t Test::More diag() test -ext/Test-Simple/t/died.t Test::Simple test -ext/Test-Simple/t/dont_overwrite_die_handler.t Test::More tests -ext/Test-Simple/t/eq_set.t Test::Simple test -ext/Test-Simple/t/exit.t Test::Simple test, exit codes -ext/Test-Simple/t/explain.t Test::Simple test -ext/Test-Simple/t/extra_one.t Test::Simple test -ext/Test-Simple/t/extra.t Test::Simple test -ext/Test-Simple/t/fail-like.t Test::More test, like() failures -ext/Test-Simple/t/fail-more.t Test::More test, tests failing -ext/Test-Simple/t/fail_one.t Test::Simple test -ext/Test-Simple/t/fail.t Test::Simple test, test failures -ext/Test-Simple/t/filehandles.t Test::Simple test, STDOUT can be played with -ext/Test-Simple/t/fork.t Test::More fork tests -ext/Test-Simple/t/harness_active.t Test::Simple test -ext/Test-Simple/t/import.t Test::More test, importing functions -ext/Test-Simple/t/is_deeply_dne_bug.t Test::More test -ext/Test-Simple/t/is_deeply_fail.t Test::More test, is_deeply() -ext/Test-Simple/t/is_deeply_with_threads.t Test::More test -ext/Test-Simple/t/lib/Dev/Null.pm Test::More test module -ext/Test-Simple/t/lib/Dummy.pm Test::More test module -ext/Test-Simple/t/lib/MyOverload.pm Test::More test module -ext/Test-Simple/t/lib/NoExporter.pm Test::Simple test module -ext/Test-Simple/t/lib/SigDie.pm Test module for Test::More -ext/Test-Simple/t/lib/Test/Builder/NoOutput.pm Utility module for testing Test::Builder -ext/Test-Simple/t/lib/Test/Simple/Catch.pm Utility module for testing Test::Simple -ext/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx for exit.t -ext/Test-Simple/t/lib/TieOut.pm Testing library to capture prints -ext/Test-Simple/t/missing.t Test::Simple test, missing tests -ext/Test-Simple/t/More.t Test::More test, basic stuff -ext/Test-Simple/t/new_ok.t Test::More test -ext/Test-Simple/t/no_plan.t Test::Simple test, forgot the plan -ext/Test-Simple/t/no_tests.t Test::More test -ext/Test-Simple/t/note.t Test::More test -ext/Test-Simple/TODO Test::Simple TODO -ext/Test-Simple/t/overload.t Test::Simple test -ext/Test-Simple/t/overload_threads.t Test::Simple test -ext/Test-Simple/t/plan_bad.t Test::Simple test -ext/Test-Simple/t/plan_is_noplan.t Test::Simple test, no_plan -ext/Test-Simple/t/plan_no_plan.t Test::More test, plan() w/no_plan -ext/Test-Simple/t/plan_shouldnt_import.t Test::Simple test -ext/Test-Simple/t/plan_skip_all.t Test::More test, plan() w/skip_all -ext/Test-Simple/t/plan.t Test::More test, plan() -ext/Test-Simple/t/require_ok.t Test::Simple test -ext/Test-Simple/t/simple.t Test::Simple test, basic stuff -ext/Test-Simple/t/skipall.t Test::More test, skip all tests -ext/Test-Simple/t/skip.t Test::More test, SKIP tests -ext/Test-Simple/t/tbm_doesnt_set_exported_to.t Test::Builder::Module test -ext/Test-Simple/t/Tester/tbt_01basic.t Test::Builder::Tester test -ext/Test-Simple/t/Tester/tbt_02fhrestore.t Test::Builder::Tester test -ext/Test-Simple/t/Tester/tbt_03die.t Test::Builder::Tester test -ext/Test-Simple/t/Tester/tbt_04line_num.t Test::Builder::Tester test -ext/Test-Simple/t/Tester/tbt_05faildiag.t Test::Builder::Tester test -ext/Test-Simple/t/Tester/tbt_06errormess.t Test::Builder::Tester test -ext/Test-Simple/t/Tester/tbt_07args.t Test::Builder::Tester test -ext/Test-Simple/t/threads.t Test::Builder thread-safe checks -ext/Test-Simple/t/thread_taint.t Test::Simple test -ext/Test-Simple/t/todo.t Test::More test, TODO tests -ext/Test-Simple/t/undef.t Test::More test, undefs don't cause warnings -ext/Test-Simple/t/useing.t Test::More test, compile test -ext/Test-Simple/t/use_ok.t Test::More test, use_ok() -ext/Test-Simple/t/utf8.t Test::More test -ext/Test-Simple/t/versions.t Test::More test ext/Text-Balanced/Changes Text::Balanced ext/Text-Balanced/lib/Text/Balanced.pm Text::Balanced ext/Text-Balanced/README Text::Balanced diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index f0ac36a..de1c03e 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1440,7 +1440,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'mschwern', 'DISTRIBUTION' => 'MSCHWERN/Test-Simple-0.92.tar.gz', - 'FILES' => q[ext/Test-Simple], + 'FILES' => q[cpan/Test-Simple], 'EXCLUDED' => [ qw{.perlcriticrc .perltidyrc diff --git a/ext/Test-Simple/Changes b/cpan/Test-Simple/Changes similarity index 100% rename from ext/Test-Simple/Changes rename to cpan/Test-Simple/Changes diff --git a/ext/Test-Simple/README b/cpan/Test-Simple/README similarity index 100% rename from ext/Test-Simple/README rename to cpan/Test-Simple/README diff --git a/ext/Test-Simple/TODO b/cpan/Test-Simple/TODO similarity index 100% rename from ext/Test-Simple/TODO rename to cpan/Test-Simple/TODO diff --git a/ext/Test-Simple/lib/Test/Builder.pm b/cpan/Test-Simple/lib/Test/Builder.pm similarity index 100% rename from ext/Test-Simple/lib/Test/Builder.pm rename to cpan/Test-Simple/lib/Test/Builder.pm diff --git a/ext/Test-Simple/lib/Test/Builder/Module.pm b/cpan/Test-Simple/lib/Test/Builder/Module.pm similarity index 100% rename from ext/Test-Simple/lib/Test/Builder/Module.pm rename to cpan/Test-Simple/lib/Test/Builder/Module.pm diff --git a/ext/Test-Simple/lib/Test/Builder/Tester.pm b/cpan/Test-Simple/lib/Test/Builder/Tester.pm similarity index 100% rename from ext/Test-Simple/lib/Test/Builder/Tester.pm rename to cpan/Test-Simple/lib/Test/Builder/Tester.pm diff --git a/ext/Test-Simple/lib/Test/Builder/Tester/Color.pm b/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm similarity index 100% rename from ext/Test-Simple/lib/Test/Builder/Tester/Color.pm rename to cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm diff --git a/ext/Test-Simple/lib/Test/More.pm b/cpan/Test-Simple/lib/Test/More.pm similarity index 100% rename from ext/Test-Simple/lib/Test/More.pm rename to cpan/Test-Simple/lib/Test/More.pm diff --git a/ext/Test-Simple/lib/Test/Simple.pm b/cpan/Test-Simple/lib/Test/Simple.pm similarity index 100% rename from ext/Test-Simple/lib/Test/Simple.pm rename to cpan/Test-Simple/lib/Test/Simple.pm diff --git a/ext/Test-Simple/lib/Test/Tutorial.pod b/cpan/Test-Simple/lib/Test/Tutorial.pod similarity index 100% rename from ext/Test-Simple/lib/Test/Tutorial.pod rename to cpan/Test-Simple/lib/Test/Tutorial.pod diff --git a/ext/Test-Simple/t/00test_harness_check.t b/cpan/Test-Simple/t/00test_harness_check.t similarity index 100% rename from ext/Test-Simple/t/00test_harness_check.t rename to cpan/Test-Simple/t/00test_harness_check.t diff --git a/ext/Test-Simple/t/BEGIN_require_ok.t b/cpan/Test-Simple/t/BEGIN_require_ok.t similarity index 100% rename from ext/Test-Simple/t/BEGIN_require_ok.t rename to cpan/Test-Simple/t/BEGIN_require_ok.t diff --git a/ext/Test-Simple/t/BEGIN_use_ok.t b/cpan/Test-Simple/t/BEGIN_use_ok.t similarity index 100% rename from ext/Test-Simple/t/BEGIN_use_ok.t rename to cpan/Test-Simple/t/BEGIN_use_ok.t diff --git a/ext/Test-Simple/t/Builder/Builder.t b/cpan/Test-Simple/t/Builder/Builder.t similarity index 100% rename from ext/Test-Simple/t/Builder/Builder.t rename to cpan/Test-Simple/t/Builder/Builder.t diff --git a/ext/Test-Simple/t/Builder/carp.t b/cpan/Test-Simple/t/Builder/carp.t similarity index 100% rename from ext/Test-Simple/t/Builder/carp.t rename to cpan/Test-Simple/t/Builder/carp.t diff --git a/ext/Test-Simple/t/Builder/create.t b/cpan/Test-Simple/t/Builder/create.t similarity index 100% rename from ext/Test-Simple/t/Builder/create.t rename to cpan/Test-Simple/t/Builder/create.t diff --git a/ext/Test-Simple/t/Builder/current_test.t b/cpan/Test-Simple/t/Builder/current_test.t similarity index 100% rename from ext/Test-Simple/t/Builder/current_test.t rename to cpan/Test-Simple/t/Builder/current_test.t diff --git a/ext/Test-Simple/t/Builder/current_test_without_plan.t b/cpan/Test-Simple/t/Builder/current_test_without_plan.t similarity index 100% rename from ext/Test-Simple/t/Builder/current_test_without_plan.t rename to cpan/Test-Simple/t/Builder/current_test_without_plan.t diff --git a/ext/Test-Simple/t/Builder/details.t b/cpan/Test-Simple/t/Builder/details.t similarity index 100% rename from ext/Test-Simple/t/Builder/details.t rename to cpan/Test-Simple/t/Builder/details.t diff --git a/ext/Test-Simple/t/Builder/done_testing.t b/cpan/Test-Simple/t/Builder/done_testing.t similarity index 100% rename from ext/Test-Simple/t/Builder/done_testing.t rename to cpan/Test-Simple/t/Builder/done_testing.t diff --git a/ext/Test-Simple/t/Builder/done_testing_double.t b/cpan/Test-Simple/t/Builder/done_testing_double.t similarity index 100% rename from ext/Test-Simple/t/Builder/done_testing_double.t rename to cpan/Test-Simple/t/Builder/done_testing_double.t diff --git a/ext/Test-Simple/t/Builder/done_testing_plan_mismatch.t b/cpan/Test-Simple/t/Builder/done_testing_plan_mismatch.t similarity index 100% rename from ext/Test-Simple/t/Builder/done_testing_plan_mismatch.t rename to cpan/Test-Simple/t/Builder/done_testing_plan_mismatch.t diff --git a/ext/Test-Simple/t/Builder/done_testing_with_no_plan.t b/cpan/Test-Simple/t/Builder/done_testing_with_no_plan.t similarity index 100% rename from ext/Test-Simple/t/Builder/done_testing_with_no_plan.t rename to cpan/Test-Simple/t/Builder/done_testing_with_no_plan.t diff --git a/ext/Test-Simple/t/Builder/done_testing_with_number.t b/cpan/Test-Simple/t/Builder/done_testing_with_number.t similarity index 100% rename from ext/Test-Simple/t/Builder/done_testing_with_number.t rename to cpan/Test-Simple/t/Builder/done_testing_with_number.t diff --git a/ext/Test-Simple/t/Builder/done_testing_with_plan.t b/cpan/Test-Simple/t/Builder/done_testing_with_plan.t similarity index 100% rename from ext/Test-Simple/t/Builder/done_testing_with_plan.t rename to cpan/Test-Simple/t/Builder/done_testing_with_plan.t diff --git a/ext/Test-Simple/t/Builder/fork_with_new_stdout.t b/cpan/Test-Simple/t/Builder/fork_with_new_stdout.t similarity index 100% rename from ext/Test-Simple/t/Builder/fork_with_new_stdout.t rename to cpan/Test-Simple/t/Builder/fork_with_new_stdout.t diff --git a/ext/Test-Simple/t/Builder/has_plan.t b/cpan/Test-Simple/t/Builder/has_plan.t similarity index 100% rename from ext/Test-Simple/t/Builder/has_plan.t rename to cpan/Test-Simple/t/Builder/has_plan.t diff --git a/ext/Test-Simple/t/Builder/has_plan2.t b/cpan/Test-Simple/t/Builder/has_plan2.t similarity index 100% rename from ext/Test-Simple/t/Builder/has_plan2.t rename to cpan/Test-Simple/t/Builder/has_plan2.t diff --git a/ext/Test-Simple/t/Builder/is_fh.t b/cpan/Test-Simple/t/Builder/is_fh.t similarity index 100% rename from ext/Test-Simple/t/Builder/is_fh.t rename to cpan/Test-Simple/t/Builder/is_fh.t diff --git a/ext/Test-Simple/t/Builder/maybe_regex.t b/cpan/Test-Simple/t/Builder/maybe_regex.t similarity index 100% rename from ext/Test-Simple/t/Builder/maybe_regex.t rename to cpan/Test-Simple/t/Builder/maybe_regex.t diff --git a/ext/Test-Simple/t/Builder/no_diag.t b/cpan/Test-Simple/t/Builder/no_diag.t similarity index 100% rename from ext/Test-Simple/t/Builder/no_diag.t rename to cpan/Test-Simple/t/Builder/no_diag.t diff --git a/ext/Test-Simple/t/Builder/no_ending.t b/cpan/Test-Simple/t/Builder/no_ending.t similarity index 100% rename from ext/Test-Simple/t/Builder/no_ending.t rename to cpan/Test-Simple/t/Builder/no_ending.t diff --git a/ext/Test-Simple/t/Builder/no_header.t b/cpan/Test-Simple/t/Builder/no_header.t similarity index 100% rename from ext/Test-Simple/t/Builder/no_header.t rename to cpan/Test-Simple/t/Builder/no_header.t diff --git a/ext/Test-Simple/t/Builder/no_plan_at_all.t b/cpan/Test-Simple/t/Builder/no_plan_at_all.t similarity index 100% rename from ext/Test-Simple/t/Builder/no_plan_at_all.t rename to cpan/Test-Simple/t/Builder/no_plan_at_all.t diff --git a/ext/Test-Simple/t/Builder/ok_obj.t b/cpan/Test-Simple/t/Builder/ok_obj.t similarity index 100% rename from ext/Test-Simple/t/Builder/ok_obj.t rename to cpan/Test-Simple/t/Builder/ok_obj.t diff --git a/ext/Test-Simple/t/Builder/output.t b/cpan/Test-Simple/t/Builder/output.t similarity index 100% rename from ext/Test-Simple/t/Builder/output.t rename to cpan/Test-Simple/t/Builder/output.t diff --git a/ext/Test-Simple/t/Builder/reset.t b/cpan/Test-Simple/t/Builder/reset.t similarity index 100% rename from ext/Test-Simple/t/Builder/reset.t rename to cpan/Test-Simple/t/Builder/reset.t diff --git a/ext/Test-Simple/t/Builder/try.t b/cpan/Test-Simple/t/Builder/try.t similarity index 100% rename from ext/Test-Simple/t/Builder/try.t rename to cpan/Test-Simple/t/Builder/try.t diff --git a/ext/Test-Simple/t/More.t b/cpan/Test-Simple/t/More.t similarity index 100% rename from ext/Test-Simple/t/More.t rename to cpan/Test-Simple/t/More.t diff --git a/ext/Test-Simple/t/Tester/tbt_01basic.t b/cpan/Test-Simple/t/Tester/tbt_01basic.t similarity index 100% rename from ext/Test-Simple/t/Tester/tbt_01basic.t rename to cpan/Test-Simple/t/Tester/tbt_01basic.t diff --git a/ext/Test-Simple/t/Tester/tbt_02fhrestore.t b/cpan/Test-Simple/t/Tester/tbt_02fhrestore.t similarity index 100% rename from ext/Test-Simple/t/Tester/tbt_02fhrestore.t rename to cpan/Test-Simple/t/Tester/tbt_02fhrestore.t diff --git a/ext/Test-Simple/t/Tester/tbt_03die.t b/cpan/Test-Simple/t/Tester/tbt_03die.t similarity index 100% rename from ext/Test-Simple/t/Tester/tbt_03die.t rename to cpan/Test-Simple/t/Tester/tbt_03die.t diff --git a/ext/Test-Simple/t/Tester/tbt_04line_num.t b/cpan/Test-Simple/t/Tester/tbt_04line_num.t similarity index 100% rename from ext/Test-Simple/t/Tester/tbt_04line_num.t rename to cpan/Test-Simple/t/Tester/tbt_04line_num.t diff --git a/ext/Test-Simple/t/Tester/tbt_05faildiag.t b/cpan/Test-Simple/t/Tester/tbt_05faildiag.t similarity index 100% rename from ext/Test-Simple/t/Tester/tbt_05faildiag.t rename to cpan/Test-Simple/t/Tester/tbt_05faildiag.t diff --git a/ext/Test-Simple/t/Tester/tbt_06errormess.t b/cpan/Test-Simple/t/Tester/tbt_06errormess.t similarity index 100% rename from ext/Test-Simple/t/Tester/tbt_06errormess.t rename to cpan/Test-Simple/t/Tester/tbt_06errormess.t diff --git a/ext/Test-Simple/t/Tester/tbt_07args.t b/cpan/Test-Simple/t/Tester/tbt_07args.t similarity index 100% rename from ext/Test-Simple/t/Tester/tbt_07args.t rename to cpan/Test-Simple/t/Tester/tbt_07args.t diff --git a/ext/Test-Simple/t/bad_plan.t b/cpan/Test-Simple/t/bad_plan.t similarity index 100% rename from ext/Test-Simple/t/bad_plan.t rename to cpan/Test-Simple/t/bad_plan.t diff --git a/ext/Test-Simple/t/bail_out.t b/cpan/Test-Simple/t/bail_out.t similarity index 100% rename from ext/Test-Simple/t/bail_out.t rename to cpan/Test-Simple/t/bail_out.t diff --git a/ext/Test-Simple/t/buffer.t b/cpan/Test-Simple/t/buffer.t similarity index 100% rename from ext/Test-Simple/t/buffer.t rename to cpan/Test-Simple/t/buffer.t diff --git a/ext/Test-Simple/t/c_flag.t b/cpan/Test-Simple/t/c_flag.t similarity index 100% rename from ext/Test-Simple/t/c_flag.t rename to cpan/Test-Simple/t/c_flag.t diff --git a/ext/Test-Simple/t/circular_data.t b/cpan/Test-Simple/t/circular_data.t similarity index 100% rename from ext/Test-Simple/t/circular_data.t rename to cpan/Test-Simple/t/circular_data.t diff --git a/ext/Test-Simple/t/cmp_ok.t b/cpan/Test-Simple/t/cmp_ok.t similarity index 100% rename from ext/Test-Simple/t/cmp_ok.t rename to cpan/Test-Simple/t/cmp_ok.t diff --git a/ext/Test-Simple/t/diag.t b/cpan/Test-Simple/t/diag.t similarity index 100% rename from ext/Test-Simple/t/diag.t rename to cpan/Test-Simple/t/diag.t diff --git a/ext/Test-Simple/t/died.t b/cpan/Test-Simple/t/died.t similarity index 100% rename from ext/Test-Simple/t/died.t rename to cpan/Test-Simple/t/died.t diff --git a/ext/Test-Simple/t/dont_overwrite_die_handler.t b/cpan/Test-Simple/t/dont_overwrite_die_handler.t similarity index 100% rename from ext/Test-Simple/t/dont_overwrite_die_handler.t rename to cpan/Test-Simple/t/dont_overwrite_die_handler.t diff --git a/ext/Test-Simple/t/eq_set.t b/cpan/Test-Simple/t/eq_set.t similarity index 100% rename from ext/Test-Simple/t/eq_set.t rename to cpan/Test-Simple/t/eq_set.t diff --git a/ext/Test-Simple/t/exit.t b/cpan/Test-Simple/t/exit.t similarity index 100% rename from ext/Test-Simple/t/exit.t rename to cpan/Test-Simple/t/exit.t diff --git a/ext/Test-Simple/t/explain.t b/cpan/Test-Simple/t/explain.t similarity index 100% rename from ext/Test-Simple/t/explain.t rename to cpan/Test-Simple/t/explain.t diff --git a/ext/Test-Simple/t/extra.t b/cpan/Test-Simple/t/extra.t similarity index 100% rename from ext/Test-Simple/t/extra.t rename to cpan/Test-Simple/t/extra.t diff --git a/ext/Test-Simple/t/extra_one.t b/cpan/Test-Simple/t/extra_one.t similarity index 100% rename from ext/Test-Simple/t/extra_one.t rename to cpan/Test-Simple/t/extra_one.t diff --git a/ext/Test-Simple/t/fail-like.t b/cpan/Test-Simple/t/fail-like.t similarity index 100% rename from ext/Test-Simple/t/fail-like.t rename to cpan/Test-Simple/t/fail-like.t diff --git a/ext/Test-Simple/t/fail-more.t b/cpan/Test-Simple/t/fail-more.t similarity index 100% rename from ext/Test-Simple/t/fail-more.t rename to cpan/Test-Simple/t/fail-more.t diff --git a/ext/Test-Simple/t/fail.t b/cpan/Test-Simple/t/fail.t similarity index 100% rename from ext/Test-Simple/t/fail.t rename to cpan/Test-Simple/t/fail.t diff --git a/ext/Test-Simple/t/fail_one.t b/cpan/Test-Simple/t/fail_one.t similarity index 100% rename from ext/Test-Simple/t/fail_one.t rename to cpan/Test-Simple/t/fail_one.t diff --git a/ext/Test-Simple/t/filehandles.t b/cpan/Test-Simple/t/filehandles.t similarity index 100% rename from ext/Test-Simple/t/filehandles.t rename to cpan/Test-Simple/t/filehandles.t diff --git a/ext/Test-Simple/t/fork.t b/cpan/Test-Simple/t/fork.t similarity index 100% rename from ext/Test-Simple/t/fork.t rename to cpan/Test-Simple/t/fork.t diff --git a/ext/Test-Simple/t/harness_active.t b/cpan/Test-Simple/t/harness_active.t similarity index 100% rename from ext/Test-Simple/t/harness_active.t rename to cpan/Test-Simple/t/harness_active.t diff --git a/ext/Test-Simple/t/import.t b/cpan/Test-Simple/t/import.t similarity index 100% rename from ext/Test-Simple/t/import.t rename to cpan/Test-Simple/t/import.t diff --git a/ext/Test-Simple/t/is_deeply_dne_bug.t b/cpan/Test-Simple/t/is_deeply_dne_bug.t similarity index 100% rename from ext/Test-Simple/t/is_deeply_dne_bug.t rename to cpan/Test-Simple/t/is_deeply_dne_bug.t diff --git a/ext/Test-Simple/t/is_deeply_fail.t b/cpan/Test-Simple/t/is_deeply_fail.t similarity index 100% rename from ext/Test-Simple/t/is_deeply_fail.t rename to cpan/Test-Simple/t/is_deeply_fail.t diff --git a/ext/Test-Simple/t/is_deeply_with_threads.t b/cpan/Test-Simple/t/is_deeply_with_threads.t similarity index 100% rename from ext/Test-Simple/t/is_deeply_with_threads.t rename to cpan/Test-Simple/t/is_deeply_with_threads.t diff --git a/ext/Test-Simple/t/lib/Dev/Null.pm b/cpan/Test-Simple/t/lib/Dev/Null.pm similarity index 100% rename from ext/Test-Simple/t/lib/Dev/Null.pm rename to cpan/Test-Simple/t/lib/Dev/Null.pm diff --git a/ext/Test-Simple/t/lib/Dummy.pm b/cpan/Test-Simple/t/lib/Dummy.pm similarity index 100% rename from ext/Test-Simple/t/lib/Dummy.pm rename to cpan/Test-Simple/t/lib/Dummy.pm diff --git a/ext/Test-Simple/t/lib/MyOverload.pm b/cpan/Test-Simple/t/lib/MyOverload.pm similarity index 100% rename from ext/Test-Simple/t/lib/MyOverload.pm rename to cpan/Test-Simple/t/lib/MyOverload.pm diff --git a/ext/Test-Simple/t/lib/NoExporter.pm b/cpan/Test-Simple/t/lib/NoExporter.pm similarity index 100% rename from ext/Test-Simple/t/lib/NoExporter.pm rename to cpan/Test-Simple/t/lib/NoExporter.pm diff --git a/ext/Test-Simple/t/lib/SigDie.pm b/cpan/Test-Simple/t/lib/SigDie.pm similarity index 100% rename from ext/Test-Simple/t/lib/SigDie.pm rename to cpan/Test-Simple/t/lib/SigDie.pm diff --git a/ext/Test-Simple/t/lib/Test/Builder/NoOutput.pm b/cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm similarity index 100% rename from ext/Test-Simple/t/lib/Test/Builder/NoOutput.pm rename to cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm diff --git a/ext/Test-Simple/t/lib/Test/Simple/Catch.pm b/cpan/Test-Simple/t/lib/Test/Simple/Catch.pm similarity index 100% rename from ext/Test-Simple/t/lib/Test/Simple/Catch.pm rename to cpan/Test-Simple/t/lib/Test/Simple/Catch.pm diff --git a/ext/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx b/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx similarity index 100% rename from ext/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx rename to cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx diff --git a/ext/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx b/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx similarity index 100% rename from ext/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx rename to cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx diff --git a/ext/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx b/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx similarity index 100% rename from ext/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx rename to cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx diff --git a/ext/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx b/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx similarity index 100% rename from ext/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx rename to cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx diff --git a/ext/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx b/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx similarity index 100% rename from ext/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx rename to cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx diff --git a/ext/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx b/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx similarity index 100% rename from ext/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx rename to cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx diff --git a/ext/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx b/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx similarity index 100% rename from ext/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx rename to cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx diff --git a/ext/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx b/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx similarity index 100% rename from ext/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx rename to cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx diff --git a/ext/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx b/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx similarity index 100% rename from ext/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx rename to cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx diff --git a/ext/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx b/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx similarity index 100% rename from ext/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx rename to cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx diff --git a/ext/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx b/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx similarity index 100% rename from ext/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx rename to cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx diff --git a/ext/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx b/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx similarity index 100% rename from ext/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx rename to cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx diff --git a/ext/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx b/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx similarity index 100% rename from ext/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx rename to cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx diff --git a/ext/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx b/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx similarity index 100% rename from ext/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx rename to cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx diff --git a/ext/Test-Simple/t/lib/TieOut.pm b/cpan/Test-Simple/t/lib/TieOut.pm similarity index 100% rename from ext/Test-Simple/t/lib/TieOut.pm rename to cpan/Test-Simple/t/lib/TieOut.pm diff --git a/ext/Test-Simple/t/missing.t b/cpan/Test-Simple/t/missing.t similarity index 100% rename from ext/Test-Simple/t/missing.t rename to cpan/Test-Simple/t/missing.t diff --git a/ext/Test-Simple/t/new_ok.t b/cpan/Test-Simple/t/new_ok.t similarity index 100% rename from ext/Test-Simple/t/new_ok.t rename to cpan/Test-Simple/t/new_ok.t diff --git a/ext/Test-Simple/t/no_plan.t b/cpan/Test-Simple/t/no_plan.t similarity index 100% rename from ext/Test-Simple/t/no_plan.t rename to cpan/Test-Simple/t/no_plan.t diff --git a/ext/Test-Simple/t/no_tests.t b/cpan/Test-Simple/t/no_tests.t similarity index 100% rename from ext/Test-Simple/t/no_tests.t rename to cpan/Test-Simple/t/no_tests.t diff --git a/ext/Test-Simple/t/note.t b/cpan/Test-Simple/t/note.t similarity index 100% rename from ext/Test-Simple/t/note.t rename to cpan/Test-Simple/t/note.t diff --git a/ext/Test-Simple/t/overload.t b/cpan/Test-Simple/t/overload.t similarity index 100% rename from ext/Test-Simple/t/overload.t rename to cpan/Test-Simple/t/overload.t diff --git a/ext/Test-Simple/t/overload_threads.t b/cpan/Test-Simple/t/overload_threads.t similarity index 100% rename from ext/Test-Simple/t/overload_threads.t rename to cpan/Test-Simple/t/overload_threads.t diff --git a/ext/Test-Simple/t/plan.t b/cpan/Test-Simple/t/plan.t similarity index 100% rename from ext/Test-Simple/t/plan.t rename to cpan/Test-Simple/t/plan.t diff --git a/ext/Test-Simple/t/plan_bad.t b/cpan/Test-Simple/t/plan_bad.t similarity index 100% rename from ext/Test-Simple/t/plan_bad.t rename to cpan/Test-Simple/t/plan_bad.t diff --git a/ext/Test-Simple/t/plan_is_noplan.t b/cpan/Test-Simple/t/plan_is_noplan.t similarity index 100% rename from ext/Test-Simple/t/plan_is_noplan.t rename to cpan/Test-Simple/t/plan_is_noplan.t diff --git a/ext/Test-Simple/t/plan_no_plan.t b/cpan/Test-Simple/t/plan_no_plan.t similarity index 100% rename from ext/Test-Simple/t/plan_no_plan.t rename to cpan/Test-Simple/t/plan_no_plan.t diff --git a/ext/Test-Simple/t/plan_shouldnt_import.t b/cpan/Test-Simple/t/plan_shouldnt_import.t similarity index 100% rename from ext/Test-Simple/t/plan_shouldnt_import.t rename to cpan/Test-Simple/t/plan_shouldnt_import.t diff --git a/ext/Test-Simple/t/plan_skip_all.t b/cpan/Test-Simple/t/plan_skip_all.t similarity index 100% rename from ext/Test-Simple/t/plan_skip_all.t rename to cpan/Test-Simple/t/plan_skip_all.t diff --git a/ext/Test-Simple/t/require_ok.t b/cpan/Test-Simple/t/require_ok.t similarity index 100% rename from ext/Test-Simple/t/require_ok.t rename to cpan/Test-Simple/t/require_ok.t diff --git a/ext/Test-Simple/t/simple.t b/cpan/Test-Simple/t/simple.t similarity index 100% rename from ext/Test-Simple/t/simple.t rename to cpan/Test-Simple/t/simple.t diff --git a/ext/Test-Simple/t/skip.t b/cpan/Test-Simple/t/skip.t similarity index 100% rename from ext/Test-Simple/t/skip.t rename to cpan/Test-Simple/t/skip.t diff --git a/ext/Test-Simple/t/skipall.t b/cpan/Test-Simple/t/skipall.t similarity index 100% rename from ext/Test-Simple/t/skipall.t rename to cpan/Test-Simple/t/skipall.t diff --git a/ext/Test-Simple/t/tbm_doesnt_set_exported_to.t b/cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t similarity index 100% rename from ext/Test-Simple/t/tbm_doesnt_set_exported_to.t rename to cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t diff --git a/ext/Test-Simple/t/thread_taint.t b/cpan/Test-Simple/t/thread_taint.t similarity index 100% rename from ext/Test-Simple/t/thread_taint.t rename to cpan/Test-Simple/t/thread_taint.t diff --git a/ext/Test-Simple/t/threads.t b/cpan/Test-Simple/t/threads.t similarity index 100% rename from ext/Test-Simple/t/threads.t rename to cpan/Test-Simple/t/threads.t diff --git a/ext/Test-Simple/t/todo.t b/cpan/Test-Simple/t/todo.t similarity index 100% rename from ext/Test-Simple/t/todo.t rename to cpan/Test-Simple/t/todo.t diff --git a/ext/Test-Simple/t/undef.t b/cpan/Test-Simple/t/undef.t similarity index 100% rename from ext/Test-Simple/t/undef.t rename to cpan/Test-Simple/t/undef.t diff --git a/ext/Test-Simple/t/use_ok.t b/cpan/Test-Simple/t/use_ok.t similarity index 100% rename from ext/Test-Simple/t/use_ok.t rename to cpan/Test-Simple/t/use_ok.t diff --git a/ext/Test-Simple/t/useing.t b/cpan/Test-Simple/t/useing.t similarity index 100% rename from ext/Test-Simple/t/useing.t rename to cpan/Test-Simple/t/useing.t diff --git a/ext/Test-Simple/t/utf8.t b/cpan/Test-Simple/t/utf8.t similarity index 100% rename from ext/Test-Simple/t/utf8.t rename to cpan/Test-Simple/t/utf8.t diff --git a/ext/Test-Simple/t/versions.t b/cpan/Test-Simple/t/versions.t similarity index 100% rename from ext/Test-Simple/t/versions.t rename to cpan/Test-Simple/t/versions.t diff --git a/t/TEST b/t/TEST index ab8a3e6..282f170 100755 --- a/t/TEST +++ b/t/TEST @@ -44,7 +44,7 @@ my %temp_no_core = '../cpan/Parse-CPAN-Meta' => 1, '../cpan/Pod-Simple' => 1, '../cpan/podlators' => 1, - '../ext/Test-Simple' => 1, + '../cpan/Test-Simple' => 1, '../cpan/Tie-RefHash' => 1, '../ext/Time-HiRes' => 1, '../cpan/Unicode-Collate' => 1,