This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Update Test-Simple to CPAN version 1.001009"
authorChad Granum <chad.granum@dreamhost.com>
Tue, 11 Nov 2014 16:28:24 +0000 (08:28 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 11 Nov 2014 21:02:04 +0000 (13:02 -0800)
commit518760d966a945c1dd7f5c552bdcf8fa73433ee3
tree64e379bcd59a27a23ec038e8ae6e687ae51d8f06
parent3246b00e7b4d4d350fa31848e41d8de6f2a53735
Revert "Update Test-Simple to CPAN version 1.001009"

This reverts commit 3709f1d4bd0179938a418d9337449fdf20a783bc.

We are using the alphas in blead currently, not stable, this update
squashed that.
223 files changed:
MANIFEST
Makefile.SH
Porting/Maintainers.pl
cpan/Test-Simple/lib/Test/Builder.pm
cpan/Test-Simple/lib/Test/Builder/Module.pm
cpan/Test-Simple/lib/Test/Builder/Tester.pm
cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm
cpan/Test-Simple/lib/Test/FAQ.pod [new file with mode: 0644]
cpan/Test-Simple/lib/Test/More.pm
cpan/Test-Simple/lib/Test/More/DeepCheck.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/More/DeepCheck/Strict.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/More/DeepCheck/Tolerant.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/More/Tools.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/MostlyLike.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Simple.pm
cpan/Test-Simple/lib/Test/Stream.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Architecture.pod [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/ArrayBase.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/ArrayBase/Meta.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Carp.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Context.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Event.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Event/Bail.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Event/Child.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Event/Diag.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Event/Finish.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Event/Note.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Event/Ok.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Event/Plan.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Event/Subtest.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/ExitMagic.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/ExitMagic/Context.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Exporter.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Exporter/Meta.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/IOSets.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Meta.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/PackageUtil.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Tester.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Tester/Checks.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Tester/Checks/Event.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Tester/Events.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Tester/Events/Event.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Tester/Grab.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Threads.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Toolset.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Stream/Util.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Tester.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Tester/Capture.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Tutorial/WritingTests.pod [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Tutorial/WritingTools.pod [new file with mode: 0644]
cpan/Test-Simple/lib/Test/use/ok.pm [new file with mode: 0644]
cpan/Test-Simple/lib/ok.pm [new file with mode: 0644]
cpan/Test-Simple/t/478-cmp_ok_hash.t [deleted file]
cpan/Test-Simple/t/Behavior/388-threadedsubtest.load [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/388-threadedsubtest.t [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/MonkeyPatching_diag.t [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/MonkeyPatching_done_testing.t [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/MonkeyPatching_note.t [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/MonkeyPatching_ok.t [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/MonkeyPatching_plan.t [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/Munge.t [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/NotTB15.t [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/Tester2_subtest.t [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/cmp_ok_xor.t [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/encoding_test.t [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/fork_new_end.t [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/skip_all_in_subtest.load [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/skip_all_in_subtest.t [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/threads_with_taint_mode.t [new file with mode: 0644]
cpan/Test-Simple/t/Behavior/todo.t [new file with mode: 0644]
cpan/Test-Simple/t/Builder/fork_with_new_stdout.t [deleted file]
cpan/Test-Simple/t/Builder/try.t [deleted file]
cpan/Test-Simple/t/Legacy/BEGIN_require_ok.t [moved from cpan/Test-Simple/t/BEGIN_require_ok.t with 100% similarity]
cpan/Test-Simple/t/Legacy/BEGIN_use_ok.t [moved from cpan/Test-Simple/t/BEGIN_use_ok.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/Builder.t [moved from cpan/Test-Simple/t/Builder/Builder.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/carp.t [moved from cpan/Test-Simple/t/Builder/carp.t with 69% similarity]
cpan/Test-Simple/t/Legacy/Builder/create.t [moved from cpan/Test-Simple/t/Builder/create.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/current_test.t [moved from cpan/Test-Simple/t/Builder/current_test.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/current_test_without_plan.t [moved from cpan/Test-Simple/t/Builder/current_test_without_plan.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/details.t [moved from cpan/Test-Simple/t/Builder/details.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/done_testing.t [moved from cpan/Test-Simple/t/Builder/done_testing.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/done_testing_double.t [moved from cpan/Test-Simple/t/Builder/done_testing_double.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/done_testing_plan_mismatch.t [moved from cpan/Test-Simple/t/Builder/done_testing_plan_mismatch.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/done_testing_with_no_plan.t [moved from cpan/Test-Simple/t/Builder/done_testing_with_no_plan.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/done_testing_with_number.t [moved from cpan/Test-Simple/t/Builder/done_testing_with_number.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/done_testing_with_plan.t [moved from cpan/Test-Simple/t/Builder/done_testing_with_plan.t with 83% similarity]
cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/Builder/has_plan.t [moved from cpan/Test-Simple/t/Builder/has_plan.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/has_plan2.t [moved from cpan/Test-Simple/t/Builder/has_plan2.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/is_fh.t [moved from cpan/Test-Simple/t/Builder/is_fh.t with 99% similarity]
cpan/Test-Simple/t/Legacy/Builder/is_passing.t [moved from cpan/Test-Simple/t/Builder/is_passing.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/maybe_regex.t [moved from cpan/Test-Simple/t/Builder/maybe_regex.t with 99% similarity]
cpan/Test-Simple/t/Legacy/Builder/no_diag.t [moved from cpan/Test-Simple/t/Builder/no_diag.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/no_ending.t [moved from cpan/Test-Simple/t/Builder/no_ending.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/no_header.t [moved from cpan/Test-Simple/t/Builder/no_header.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/no_plan_at_all.t [moved from cpan/Test-Simple/t/Builder/no_plan_at_all.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/ok_obj.t [moved from cpan/Test-Simple/t/Builder/ok_obj.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/output.t [moved from cpan/Test-Simple/t/Builder/output.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/reset.t [moved from cpan/Test-Simple/t/Builder/reset.t with 97% similarity]
cpan/Test-Simple/t/Legacy/Builder/reset_outputs.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/More.t [moved from cpan/Test-Simple/t/More.t with 98% similarity]
cpan/Test-Simple/t/Legacy/PerlIO.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/Simple/load.t [moved from cpan/Test-Simple/t/Simple/load.t with 100% similarity]
cpan/Test-Simple/t/Legacy/TestTester/auto.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/TestTester/check_tests.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/TestTester/depth.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/TestTester/is_bug.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/TestTester/run_test.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/Tester/tbt_01basic.t [moved from cpan/Test-Simple/t/Tester/tbt_01basic.t with 99% similarity]
cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore.t [moved from cpan/Test-Simple/t/Tester/tbt_02fhrestore.t with 96% similarity]
cpan/Test-Simple/t/Legacy/Tester/tbt_03die.t [moved from cpan/Test-Simple/t/Tester/tbt_03die.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Tester/tbt_04line_num.t [moved from cpan/Test-Simple/t/Tester/tbt_04line_num.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Tester/tbt_05faildiag.t [moved from cpan/Test-Simple/t/Tester/tbt_05faildiag.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Tester/tbt_06errormess.t [moved from cpan/Test-Simple/t/Tester/tbt_06errormess.t with 99% similarity]
cpan/Test-Simple/t/Legacy/Tester/tbt_07args.t [moved from cpan/Test-Simple/t/Tester/tbt_07args.t with 99% similarity]
cpan/Test-Simple/t/Legacy/Tester/tbt_08subtest.t [moved from cpan/Test-Simple/t/Tester/tbt_08subtest.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Tester/tbt_09do.t [moved from cpan/Test-Simple/t/Tester/tbt_09do.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Tester/tbt_09do_script.pl [moved from cpan/Test-Simple/t/Tester/tbt_09do_script.pl with 100% similarity]
cpan/Test-Simple/t/Legacy/bad_plan.t [moved from cpan/Test-Simple/t/bad_plan.t with 100% similarity]
cpan/Test-Simple/t/Legacy/bail_out.t [moved from cpan/Test-Simple/t/bail_out.t with 100% similarity]
cpan/Test-Simple/t/Legacy/buffer.t [moved from cpan/Test-Simple/t/buffer.t with 100% similarity]
cpan/Test-Simple/t/Legacy/c_flag.t [moved from cpan/Test-Simple/t/c_flag.t with 100% similarity]
cpan/Test-Simple/t/Legacy/circular_data.t [moved from cpan/Test-Simple/t/circular_data.t with 99% similarity]
cpan/Test-Simple/t/Legacy/cmp_ok.t [moved from cpan/Test-Simple/t/cmp_ok.t with 99% similarity]
cpan/Test-Simple/t/Legacy/dependents.t [moved from cpan/Test-Simple/t/dependents.t with 100% similarity]
cpan/Test-Simple/t/Legacy/diag.t [moved from cpan/Test-Simple/t/diag.t with 100% similarity]
cpan/Test-Simple/t/Legacy/died.t [moved from cpan/Test-Simple/t/died.t with 100% similarity]
cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler.t [moved from cpan/Test-Simple/t/dont_overwrite_die_handler.t with 95% similarity]
cpan/Test-Simple/t/Legacy/eq_set.t [moved from cpan/Test-Simple/t/eq_set.t with 92% similarity]
cpan/Test-Simple/t/Legacy/exit.t [moved from cpan/Test-Simple/t/exit.t with 90% similarity]
cpan/Test-Simple/t/Legacy/explain.t [moved from cpan/Test-Simple/t/explain.t with 100% similarity]
cpan/Test-Simple/t/Legacy/extra.t [moved from cpan/Test-Simple/t/extra.t with 86% similarity]
cpan/Test-Simple/t/Legacy/extra_one.t [moved from cpan/Test-Simple/t/extra_one.t with 100% similarity]
cpan/Test-Simple/t/Legacy/fail-like.t [moved from cpan/Test-Simple/t/fail-like.t with 91% similarity]
cpan/Test-Simple/t/Legacy/fail-more.t [moved from cpan/Test-Simple/t/fail-more.t with 95% similarity]
cpan/Test-Simple/t/Legacy/fail.t [moved from cpan/Test-Simple/t/fail.t with 100% similarity]
cpan/Test-Simple/t/Legacy/fail_one.t [moved from cpan/Test-Simple/t/fail_one.t with 100% similarity]
cpan/Test-Simple/t/Legacy/filehandles.t [moved from cpan/Test-Simple/t/filehandles.t with 100% similarity]
cpan/Test-Simple/t/Legacy/fork.t [moved from cpan/Test-Simple/t/fork.t with 68% similarity]
cpan/Test-Simple/t/Legacy/fork_in_subtest.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/harness_active.t [moved from cpan/Test-Simple/t/harness_active.t with 98% similarity]
cpan/Test-Simple/t/Legacy/import.t [moved from cpan/Test-Simple/t/import.t with 100% similarity]
cpan/Test-Simple/t/Legacy/is_deeply_dne_bug.t [moved from cpan/Test-Simple/t/is_deeply_dne_bug.t with 100% similarity]
cpan/Test-Simple/t/Legacy/is_deeply_fail.t [moved from cpan/Test-Simple/t/is_deeply_fail.t with 99% similarity]
cpan/Test-Simple/t/Legacy/is_deeply_with_threads.t [moved from cpan/Test-Simple/t/is_deeply_with_threads.t with 82% similarity]
cpan/Test-Simple/t/Legacy/missing.t [moved from cpan/Test-Simple/t/missing.t with 100% similarity]
cpan/Test-Simple/t/Legacy/new_ok.t [moved from cpan/Test-Simple/t/new_ok.t with 81% similarity]
cpan/Test-Simple/t/Legacy/no_plan.t [moved from cpan/Test-Simple/t/no_plan.t with 100% similarity]
cpan/Test-Simple/t/Legacy/no_tests.t [moved from cpan/Test-Simple/t/no_tests.t with 100% similarity]
cpan/Test-Simple/t/Legacy/note.t [moved from cpan/Test-Simple/t/note.t with 100% similarity]
cpan/Test-Simple/t/Legacy/overload.t [moved from cpan/Test-Simple/t/overload.t with 97% similarity]
cpan/Test-Simple/t/Legacy/overload_threads.t [moved from cpan/Test-Simple/t/overload_threads.t with 100% similarity]
cpan/Test-Simple/t/Legacy/plan.t [moved from cpan/Test-Simple/t/plan.t with 58% similarity]
cpan/Test-Simple/t/Legacy/plan_bad.t [moved from cpan/Test-Simple/t/plan_bad.t with 100% similarity]
cpan/Test-Simple/t/Legacy/plan_is_noplan.t [moved from cpan/Test-Simple/t/plan_is_noplan.t with 100% similarity]
cpan/Test-Simple/t/Legacy/plan_no_plan.t [moved from cpan/Test-Simple/t/plan_no_plan.t with 84% similarity]
cpan/Test-Simple/t/Legacy/plan_shouldnt_import.t [moved from cpan/Test-Simple/t/plan_shouldnt_import.t with 100% similarity]
cpan/Test-Simple/t/Legacy/plan_skip_all.t [moved from cpan/Test-Simple/t/plan_skip_all.t with 100% similarity]
cpan/Test-Simple/t/Legacy/pod.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/require_ok.t [moved from cpan/Test-Simple/t/require_ok.t with 56% similarity]
cpan/Test-Simple/t/Legacy/ribasushi_diag.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/ribasushi_threads.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/ribasushi_threads2.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/simple.t [moved from cpan/Test-Simple/t/simple.t with 100% similarity]
cpan/Test-Simple/t/Legacy/skip.t [moved from cpan/Test-Simple/t/skip.t with 86% similarity]
cpan/Test-Simple/t/Legacy/skipall.t [moved from cpan/Test-Simple/t/skipall.t with 98% similarity]
cpan/Test-Simple/t/Legacy/strays.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/subtest/args.t [moved from cpan/Test-Simple/t/subtest/args.t with 96% similarity]
cpan/Test-Simple/t/Legacy/subtest/bail_out.t [moved from cpan/Test-Simple/t/subtest/bail_out.t with 55% similarity]
cpan/Test-Simple/t/Legacy/subtest/basic.t [moved from cpan/Test-Simple/t/subtest/basic.t with 94% similarity]
cpan/Test-Simple/t/Legacy/subtest/die.t [moved from cpan/Test-Simple/t/subtest/die.t with 100% similarity]
cpan/Test-Simple/t/Legacy/subtest/do.t [moved from cpan/Test-Simple/t/subtest/do.t with 83% similarity]
cpan/Test-Simple/t/Legacy/subtest/exceptions.t [moved from cpan/Test-Simple/t/subtest/exceptions.t with 88% similarity]
cpan/Test-Simple/t/Legacy/subtest/for_do_t.test [moved from cpan/Test-Simple/t/subtest/for_do_t.test with 100% similarity]
cpan/Test-Simple/t/Legacy/subtest/fork.t [moved from cpan/Test-Simple/t/subtest/fork.t with 78% similarity]
cpan/Test-Simple/t/Legacy/subtest/implicit_done.t [moved from cpan/Test-Simple/t/subtest/implicit_done.t with 100% similarity]
cpan/Test-Simple/t/Legacy/subtest/line_numbers.t [moved from cpan/Test-Simple/t/subtest/line_numbers.t with 90% similarity]
cpan/Test-Simple/t/Legacy/subtest/plan.t [moved from cpan/Test-Simple/t/subtest/plan.t with 100% similarity]
cpan/Test-Simple/t/Legacy/subtest/predicate.t [moved from cpan/Test-Simple/t/subtest/predicate.t with 95% similarity]
cpan/Test-Simple/t/Legacy/subtest/singleton.t [moved from cpan/Test-Simple/t/subtest/singleton.t with 100% similarity]
cpan/Test-Simple/t/Legacy/subtest/threads.t [moved from cpan/Test-Simple/t/subtest/threads.t with 74% similarity]
cpan/Test-Simple/t/Legacy/subtest/todo.t [moved from cpan/Test-Simple/t/subtest/todo.t with 87% similarity]
cpan/Test-Simple/t/Legacy/subtest/wstat.t [moved from cpan/Test-Simple/t/subtest/wstat.t with 100% similarity]
cpan/Test-Simple/t/Legacy/tbm_doesnt_set_exported_to.t [moved from cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t with 88% similarity]
cpan/Test-Simple/t/Legacy/test_use_ok.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/thread_taint.t [moved from cpan/Test-Simple/t/thread_taint.t with 100% similarity]
cpan/Test-Simple/t/Legacy/threads.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/todo.t [moved from cpan/Test-Simple/t/todo.t with 93% similarity]
cpan/Test-Simple/t/Legacy/undef.t [moved from cpan/Test-Simple/t/undef.t with 90% similarity]
cpan/Test-Simple/t/Legacy/use_ok.t [moved from cpan/Test-Simple/t/use_ok.t with 100% similarity]
cpan/Test-Simple/t/Legacy/useing.t [moved from cpan/Test-Simple/t/useing.t with 100% similarity]
cpan/Test-Simple/t/Legacy/utf8.t [moved from cpan/Test-Simple/t/utf8.t with 98% similarity]
cpan/Test-Simple/t/Legacy/versions.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Builder.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-More-DeepCheck.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-More.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-MostlyLike.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Simple.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-ArrayBase-Meta.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-ArrayBase.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-Carp.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-Event-Diag.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-Event-Finish.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-Event-Note.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-Event.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-ExitMagic-Context.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-Exporter-Meta.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-Exporter.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-IOSets.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-Meta.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-PackageUtil.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-Tester-Grab.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-Tester.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-Toolset.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Stream-Util.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Tester-Capture.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-Tester.t [new file with mode: 0644]
cpan/Test-Simple/t/Test-use-ok.t [new file with mode: 0644]
cpan/Test-Simple/t/lib/MyTest.pm [new file with mode: 0644]
cpan/Test-Simple/t/lib/SmallTest.pm [new file with mode: 0644]
cpan/Test-Simple/t/threads.t [deleted file]
cpan/Test-Simple/t/versions.t [deleted file]
lib/.gitignore