This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Test::Simple from Michael G Schwern.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 25 Jun 2001 13:35:41 +0000 (13:35 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 25 Jun 2001 13:35:41 +0000 (13:35 +0000)
commit4dd974daccefd178b570ef862ae9d655a6d519cc
treef5248b7aca8e9a0f1a337f827450ae55996e7566
parent1bce926b4bfd587cbea768960be5294d58c0426b
Add Test::Simple from Michael G Schwern.

p4raw-id: //depot/perl@10913
20 files changed:
MANIFEST
lib/Test/Simple.pm [new file with mode: 0644]
lib/Test/Simple/t/exit.t [new file with mode: 0644]
lib/Test/Simple/t/extra.t [new file with mode: 0644]
lib/Test/Simple/t/fail.t [new file with mode: 0644]
lib/Test/Simple/t/missing.t [new file with mode: 0644]
lib/Test/Simple/t/no_plan.t [new file with mode: 0644]
lib/Test/Simple/t/plan_is_noplan.t [new file with mode: 0644]
lib/Test/Simple/t/simple.t [new file with mode: 0644]
t/lib/Test/Simple/Catch.pm [new file with mode: 0644]
t/lib/Test/Simple/sample_tests/death.plx [new file with mode: 0644]
t/lib/Test/Simple/sample_tests/death_in_eval.plx [new file with mode: 0644]
t/lib/Test/Simple/sample_tests/extras.plx [new file with mode: 0644]
t/lib/Test/Simple/sample_tests/five_fail.plx [new file with mode: 0644]
t/lib/Test/Simple/sample_tests/last_minute_death.plx [new file with mode: 0644]
t/lib/Test/Simple/sample_tests/one_fail.plx [new file with mode: 0644]
t/lib/Test/Simple/sample_tests/require.plx [new file with mode: 0644]
t/lib/Test/Simple/sample_tests/success.plx [new file with mode: 0644]
t/lib/Test/Simple/sample_tests/too_few.plx [new file with mode: 0644]
t/lib/Test/Simple/sample_tests/two_fail.plx [new file with mode: 0644]