Upgrade to Test::Harness 2.58.
authorNicholas Clark <nick@ccl4.org>
Sun, 14 May 2006 10:33:39 +0000 (10:33 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 14 May 2006 10:33:39 +0000 (10:33 +0000)
p4raw-id: //depot/perl@28190

lib/Test/Harness.pm

index 349339d..4659207 100644 (file)
@@ -34,11 +34,11 @@ Test::Harness - Run Perl standard test scripts with statistics
 
 =head1 VERSION
 
-Version 2.57_06
+Version 2.58
 
 =cut
 
-$VERSION = '2.57_06';
+$VERSION = '2.58';
 
 # Backwards compatibility for exportable variable names.
 *verbose  = *Verbose;