From: Steve Peters Date: Thu, 25 May 2006 02:17:21 +0000 (+0000) Subject: Upgrade to Test-Harness-2.60 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d820f32464b89cbf6fad2e850108345a3b36aaa1;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Test-Harness-2.60 p4raw-id: //depot/perl@28304 --- diff --git a/lib/Test/Harness.pm b/lib/Test/Harness.pm index 2024d24..92f2fd0 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 fba69c4..506cf14 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