This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Test-Simple to Alpha 078
authorChad Granum <chad.granum@dreamhost.com>
Mon, 24 Nov 2014 00:24:50 +0000 (16:24 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 24 Nov 2014 01:41:32 +0000 (17:41 -0800)
commit2e52a9b8712c6c0077b2c34feaedc8404f7af7d5
tree7f61bd12287163da13918f5c762df3f6b6276e72
parente41e9865be5555602763ac0cf98065a8f3f38189
Update Test-Simple to Alpha 078
28 files changed:
MANIFEST
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/CanFork.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/CanThread.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/More.pm
cpan/Test-Simple/lib/Test/Simple.pm
cpan/Test-Simple/lib/Test/Stream.pm
cpan/Test-Simple/lib/Test/Stream/ForceExit.pm [new file with mode: 0644]
cpan/Test-Simple/lib/Test/Tester.pm
cpan/Test-Simple/lib/Test/use/ok.pm
cpan/Test-Simple/lib/ok.pm
cpan/Test-Simple/t/Behavior/388-threadedsubtest.t
cpan/Test-Simple/t/Behavior/fork_new_end.t
cpan/Test-Simple/t/Behavior/threads_with_taint_mode.t
cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout.t
cpan/Test-Simple/t/Legacy/fork.t
cpan/Test-Simple/t/Legacy/fork_die.t
cpan/Test-Simple/t/Legacy/fork_in_subtest.t
cpan/Test-Simple/t/Legacy/is_deeply_with_threads.t
cpan/Test-Simple/t/Legacy/ribasushi_threads.t
cpan/Test-Simple/t/Legacy/ribasushi_threads2.t
cpan/Test-Simple/t/Legacy/subtest/fork.t
cpan/Test-Simple/t/Legacy/subtest/threads.t
cpan/Test-Simple/t/Legacy/threads.t
cpan/Test-Simple/t/Test-Stream-ForceExit.t [new file with mode: 0644]