From: Nicholas Clark Date: Sun, 14 May 2006 10:33:39 +0000 (+0000) Subject: Upgrade to Test::Harness 2.58. X-Git-Tag: accepted/trunk/20130322.191538~17648 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d0d504096dac80115e0133d173ed8b2b603e2ee;p=platform%2Fupstream%2Fperl.git Upgrade to Test::Harness 2.58. p4raw-id: //depot/perl@28190 --- diff --git a/lib/Test/Harness.pm b/lib/Test/Harness.pm index 349339d..4659207 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.57_06 +Version 2.58 =cut -$VERSION = '2.57_06'; +$VERSION = '2.58'; # Backwards compatibility for exportable variable names. *verbose = *Verbose;