This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Test::Simple 0.53
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 29 Nov 2004 12:30:31 +0000 (12:30 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 29 Nov 2004 12:30:31 +0000 (12:30 +0000)
commit7483b81ca7308e71194e93199090ae9980c08e01
treeaf36480c832b89b362a74c59ce1345947f68d17d
parent1a9ca8275f4f07a40855b3aff68b175f39e6965e
Upgrade to Test::Simple 0.53

p4raw-id: //depot/perl@23566
21 files changed:
MANIFEST
lib/Test/Builder.pm
lib/Test/More.pm
lib/Test/Simple.pm
lib/Test/Simple/Changes
lib/Test/Simple/README
lib/Test/Simple/TODO
lib/Test/Simple/t/00signature.t
lib/Test/Simple/t/More.t
lib/Test/Simple/t/circular_data.t [new file with mode: 0644]
lib/Test/Simple/t/diag.t
lib/Test/Simple/t/fail_one.t
lib/Test/Simple/t/is_deeply.t
lib/Test/Simple/t/overload.t
lib/Test/Simple/t/overload_threads.t [new file with mode: 0644]
lib/Test/Simple/t/plan_bad.t [new file with mode: 0644]
lib/Test/Simple/t/plan_shouldnt_import.t [new file with mode: 0644]
lib/Test/Simple/t/require_ok.t [new file with mode: 0644]
lib/Test/Simple/t/sort_bug.t [new file with mode: 0644]
lib/Test/Simple/t/todo.t
t/lib/TieOut.pm