From 8d0d504096dac80115e0133d173ed8b2b603e2ee Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sun, 14 May 2006 10:33:39 +0000 Subject: [PATCH] Upgrade to Test::Harness 2.58. p4raw-id: //depot/perl@28190 --- lib/Test/Harness.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.7.4