diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-05-25 02:17:21 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-05-25 02:17:21 +0000 |
commit | d820f32464b89cbf6fad2e850108345a3b36aaa1 (patch) | |
tree | e864ece26f889cdd039eebec77e0eb8512e87ac2 /lib | |
parent | 39a14fad02382ad7256334689a46a1f17b6f766f (diff) | |
download | perl-d820f32464b89cbf6fad2e850108345a3b36aaa1.tar.gz |
Upgrade to Test-Harness-2.60
p4raw-id: //depot/perl@28304
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Test/Harness.pm | 4 | ||||
-rw-r--r-- | lib/Test/Harness/Changes | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/lib/Test/Harness.pm b/lib/Test/Harness.pm index 2024d24305..92f2fd0199 100644 --- a/lib/Test/Harness.pm +++ b/lib/Test/Harness.pm @@ -34,11 +34,11 @@ Test::Harness - Run Perl standard test scripts with statistics =head1 VERSION -Version 2.58 +Version 2.60 =cut -$VERSION = '2.58_01'; +$VERSION = '2.60'; # Backwards compatibility for exportable variable names. *verbose = *Verbose; diff --git a/lib/Test/Harness/Changes b/lib/Test/Harness/Changes index fba69c4b51..506cf140b0 100644 --- a/lib/Test/Harness/Changes +++ b/lib/Test/Harness/Changes @@ -1,5 +1,12 @@ Revision history for Perl extension Test::Harness +2.60 Wed May 24 14:48:44 CDT 2006 + [FIXES] + * Fixed the headers in the summary failure table. + +2.58 Sat May 13 22:53:53 CDT 2006 + No changes. Released to the world with a non-beta number. + 2.57_06 Sun Apr 23 00:55:43 CDT 2006 [THINGS THAT MIGHT BREAK YOUR CODE] * Anything that displays a percentage of tests passed has been |