This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update to the latest Test-Simple cpan dist
authorChad Granum <exodist7@gmail.com>
Tue, 10 May 2016 14:44:27 +0000 (07:44 -0700)
committerTony Cook <tony@develop-help.com>
Wed, 11 May 2016 23:32:16 +0000 (09:32 +1000)
commitb4514920cd5cabccad6add35edf1bef258070a11
tree5b325fe0b70f3820ce5da1163326e555b4240aa1
parentb25b06cfba95499e3ff101909adcc2c23aea0d58
Update to the latest Test-Simple cpan dist
230 files changed:
MANIFEST
Makefile.SH
cpan/Test-Simple/lib/Test/Builder.pm
cpan/Test-Simple/lib/Test/Builder/Formatter.pm [new file with mode: 0644]
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/Builder/TodoDiag.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/FAQ.pod [new file with mode: 0644]
cpan/Test-Simple/lib/Test/More.pm
cpan/Test-Simple/lib/Test/Simple.pm
cpan/Test-Simple/lib/Test/Tester.pm
cpan/Test-Simple/lib/Test/Tester/Capture.pm
cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm
cpan/Test-Simple/lib/Test/Tester/Delegate.pm
cpan/Test-Simple/lib/Test/use/ok.pm
cpan/Test-Simple/lib/Test2.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/API.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/API/Breakage.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/API/Context.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/API/Instance.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/API/Stack.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Event.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Event/Bail.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Event/Diag.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Event/Exception.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Event/Note.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Event/Ok.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Event/Plan.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Event/Skip.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Event/Subtest.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Event/Waiting.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Formatter.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Formatter/TAP.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Hub.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Hub/Subtest.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/IPC.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/IPC/Driver.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/IPC/Driver/Files.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Transition.pod [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Util.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Util/HashBase.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test2/Util/Trace.pm [new file with mode: 0644]
cpan/Test-Simple/lib/ok.pm
cpan/Test-Simple/t/00compile.t [new file with mode: 0644]
cpan/Test-Simple/t/Builder/fork_with_new_stdout.t [deleted file]
cpan/Test-Simple/t/Legacy/00test_harness_check.t [moved from cpan/Test-Simple/t/00test_harness_check.t with 100% similarity]
cpan/Test-Simple/t/Legacy/01-basic.t [moved from cpan/Test-Simple/t/01-basic.t with 100% similarity]
cpan/Test-Simple/t/Legacy/478-cmp_ok_hash.t [moved from cpan/Test-Simple/t/478-cmp_ok_hash.t with 100% similarity]
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/Bugs/600.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/Bugs/629.t [new file with mode: 0644]
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 100% 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 100% 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 100% 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 100% 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 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/reset_outputs.t [moved from cpan/Test-Simple/t/Builder/reset_outputs.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Builder/try.t [moved from cpan/Test-Simple/t/Builder/try.t with 100% similarity]
cpan/Test-Simple/t/Legacy/More.t [moved from cpan/Test-Simple/t/More.t with 100% similarity]
cpan/Test-Simple/t/Legacy/Regression/637.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/Test2/Subtest.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 100% similarity]
cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore.t [moved from cpan/Test-Simple/t/Tester/tbt_02fhrestore.t with 100% 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 100% similarity]
cpan/Test-Simple/t/Legacy/Tester/tbt_07args.t [moved from cpan/Test-Simple/t/Tester/tbt_07args.t with 100% 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/auto.t [moved from cpan/Test-Simple/t/auto.t with 96% 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 81% 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/capture.t [moved from cpan/Test-Simple/t/capture.t with 100% similarity]
cpan/Test-Simple/t/Legacy/check_tests.t [moved from cpan/Test-Simple/t/check_tests.t with 100% similarity]
cpan/Test-Simple/t/Legacy/circular_data.t [moved from cpan/Test-Simple/t/circular_data.t with 100% similarity]
cpan/Test-Simple/t/Legacy/cmp_ok.t [moved from cpan/Test-Simple/t/cmp_ok.t with 100% similarity]
cpan/Test-Simple/t/Legacy/depth.t [moved from cpan/Test-Simple/t/depth.t with 95% similarity]
cpan/Test-Simple/t/Legacy/diag.t [moved from cpan/Test-Simple/t/diag.t with 93% similarity]
cpan/Test-Simple/t/Legacy/died.t [moved from cpan/Test-Simple/t/died.t with 95% similarity]
cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler.t [moved from cpan/Test-Simple/t/dont_overwrite_die_handler.t with 73% similarity]
cpan/Test-Simple/t/Legacy/eq_set.t [moved from cpan/Test-Simple/t/eq_set.t with 100% similarity]
cpan/Test-Simple/t/Legacy/exit.t [moved from cpan/Test-Simple/t/exit.t with 100% similarity]
cpan/Test-Simple/t/Legacy/explain.t [moved from cpan/Test-Simple/t/explain.t with 100% similarity]
cpan/Test-Simple/t/Legacy/explain_err_vars.t [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/extra.t [moved from cpan/Test-Simple/t/extra.t with 100% 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 97% similarity]
cpan/Test-Simple/t/Legacy/fail-more.t [moved from cpan/Test-Simple/t/fail-more.t with 100% 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 [new file with mode: 0644]
cpan/Test-Simple/t/Legacy/harness_active.t [moved from cpan/Test-Simple/t/harness_active.t with 100% 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 100% similarity]
cpan/Test-Simple/t/Legacy/is_deeply_with_threads.t [moved from cpan/Test-Simple/t/is_deeply_with_threads.t with 85% 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 100% 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 95% 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 100% similarity]
cpan/Test-Simple/t/Legacy/overload_threads.t [moved from cpan/Test-Simple/t/overload_threads.t with 91% similarity]
cpan/Test-Simple/t/Legacy/plan.t [moved from cpan/Test-Simple/t/plan.t with 100% 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 100% 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/require_ok.t [moved from cpan/Test-Simple/t/require_ok.t with 100% similarity]
cpan/Test-Simple/t/Legacy/run_test.t [moved from cpan/Test-Simple/t/run_test.t with 100% similarity]
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 100% similarity]
cpan/Test-Simple/t/Legacy/skipall.t [moved from cpan/Test-Simple/t/skipall.t with 100% 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 80% similarity]
cpan/Test-Simple/t/Legacy/subtest/bail_out.t [moved from cpan/Test-Simple/t/subtest/bail_out.t with 84% similarity]
cpan/Test-Simple/t/Legacy/subtest/basic.t [moved from cpan/Test-Simple/t/subtest/basic.t with 87% 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/events.t [new file with mode: 0644]
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 57% 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 94% 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 56% similarity]
cpan/Test-Simple/t/Legacy/subtest/todo.t [moved from cpan/Test-Simple/t/subtest/todo.t with 98% 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 100% similarity]
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 [moved from cpan/Test-Simple/t/threads.t with 67% similarity]
cpan/Test-Simple/t/Legacy/todo.t [moved from cpan/Test-Simple/t/todo.t with 99% similarity]
cpan/Test-Simple/t/Legacy/undef.t [moved from cpan/Test-Simple/t/undef.t with 100% 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 [moved from cpan/Test-Simple/t/versions.t with 100% similarity]
cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/acceptance/try_it_done_testing.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/acceptance/try_it_fork.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/acceptance/try_it_plan.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/acceptance/try_it_skip.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/acceptance/try_it_threads.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/acceptance/try_it_todo.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/behavior/Subtest_events.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/behavior/Subtest_plan.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/behavior/Taint.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/behavior/err_var.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/behavior/init_croak.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/behavior/nested_context_exception.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/behavior/no_load_api.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/legacy/TAP.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/API.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/API/Breakage.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/API/Context.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/API/Instance.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/API/Stack.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Event.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Event/Bail.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Event/Diag.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Event/Exception.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Event/Note.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Event/Ok.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Event/Plan.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Event/Skip.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Event/Subtest.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Event/Waiting.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Formatter/TAP.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Hub.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Hub/Interceptor.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Hub/Interceptor/Terminator.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Hub/Subtest.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/IPC.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/IPC/Driver.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/IPC/Driver/Files.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Util.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Util/ExternalMeta.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Util/HashBase.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/modules/Util/Trace.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/regression/gh_16.t [new file with mode: 0644]
cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit.t [new file with mode: 0644]
cpan/Test-Simple/t/dependents.t [deleted file]
cpan/Test-Simple/t/fork.t [deleted file]
cpan/Test-Simple/t/lib/MyTest.pm [moved from cpan/Test-Simple/t/MyTest.pm with 100% similarity]
cpan/Test-Simple/t/lib/SmallTest.pm [moved from cpan/Test-Simple/t/SmallTest.pm with 100% similarity]
cpan/Test-Simple/t/regression/642_persistent_end.t [new file with mode: 0644]
cpan/Test-Simple/t/regression/no_name_in_subtest.t [new file with mode: 0644]
cpan/Test-Simple/t/subtest/exceptions.t [deleted file]
cpan/Test-Simple/t/tools.pl [new file with mode: 0644]
cpan/Test-Simple/t/tools.t [new file with mode: 0644]
ext/XS-APItest/t/svpeek.t
lib/.gitignore
win32/Makefile
win32/makefile.mk