This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Assimilate Test-Simple 0.50
authorNicholas Clark <nick@ccl4.org>
Sat, 20 Nov 2004 22:17:18 +0000 (22:17 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 20 Nov 2004 22:17:18 +0000 (22:17 +0000)
commit30e302f80e1dae1c92a646f938e88ba8e186469a
tree9560ca0670cb3a044c4f3d743392d1ba3452e2cb
parentcf28e18a35edf50bf34f08788d10c879971e9922
Assimilate Test-Simple 0.50

p4raw-id: //depot/perl@23523
35 files changed:
MANIFEST
lib/Test/Builder.pm
lib/Test/More.pm
lib/Test/Simple.pm
lib/Test/Simple/Changes
lib/Test/Simple/TODO [new file with mode: 0644]
lib/Test/Simple/t/00signature.t [new file with mode: 0644]
lib/Test/Simple/t/00test_harness_check.t [new file with mode: 0644]
lib/Test/Simple/t/More.t
lib/Test/Simple/t/diag.t
lib/Test/Simple/t/eq_set.t [new file with mode: 0644]
lib/Test/Simple/t/extra.t
lib/Test/Simple/t/extra_one.t [new file with mode: 0644]
lib/Test/Simple/t/fail-like.t
lib/Test/Simple/t/fail-more.t
lib/Test/Simple/t/fail.t
lib/Test/Simple/t/fail_one.t [new file with mode: 0644]
lib/Test/Simple/t/harness_active.t [new file with mode: 0644]
lib/Test/Simple/t/has_plan2.t
lib/Test/Simple/t/is_deeply.t
lib/Test/Simple/t/missing.t
lib/Test/Simple/t/no_diag.t [new file with mode: 0644]
lib/Test/Simple/t/output.t
lib/Test/Simple/t/overload.t [new file with mode: 0644]
lib/Test/Simple/t/plan_is_noplan.t
lib/Test/Simple/t/plan_no_plan.t
lib/Test/Simple/t/reset.t [new file with mode: 0644]
lib/Test/Simple/t/thread_taint.t [new file with mode: 0644]
lib/Test/Simple/t/threads.t
lib/Test/Simple/t/todo.t
lib/Test/Simple/t/use_ok.t
lib/Test/Tutorial.pod
t/lib/NoExporter.pm [new file with mode: 0644]
t/lib/Test/Simple/Catch.pm
t/lib/TieOut.pm