summaryrefslogtreecommitdiff
path: root/lib/Test/Harness.pm
diff options
context:
space:
mode:
authorAndy Armstrong <andy@hexten.net>2007-12-20 17:49:07 +0000
committerNicholas Clark <nick@ccl4.org>2007-12-20 18:25:46 +0000
commit69f36734c100b00aa1a0212b12ebd8485f366fef (patch)
treedba23e9d2268d78cb90b54cb8001d3549fbac634 /lib/Test/Harness.pm
parent56d7a0868d14c11c08f61a0acccc9ee745b4e081 (diff)
downloadperl-69f36734c100b00aa1a0212b12ebd8485f366fef.tar.gz
bring Test::Harness up to 3.06
Message-Id: <5C57804B-6F71-4875-AEB6-C449F893E001@hexten.net> Date: Thu, 20 Dec 2007 17:49:07 +0000 p4raw-id: //depot/perl@32673
Diffstat (limited to 'lib/Test/Harness.pm')
-rw-r--r--lib/Test/Harness.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Test/Harness.pm b/lib/Test/Harness.pm
index b355362db7..155279f4da 100644
--- a/lib/Test/Harness.pm
+++ b/lib/Test/Harness.pm
@@ -40,11 +40,11 @@ Test::Harness - Run Perl standard test scripts with statistics
=head1 VERSION
-Version 3.05
+Version 3.06
=cut
-$VERSION = '3.05';
+$VERSION = '3.06';
# Backwards compatibility for exportable variable names.
*verbose = *Verbose;