summaryrefslogtreecommitdiff
path: root/lib/Test/Simple.pm
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-10-09 15:24:43 +0000
committerSteve Peters <steve@fisharerojo.org>2005-10-09 15:24:43 +0000
commit845d7e37127991657355cc3e4fd6b4d012f8f30d (patch)
tree767f2cc27468710a091234e24a7e46f705d8180b /lib/Test/Simple.pm
parentdaee519f495809ae063fbab716cf4f57acd78c97 (diff)
downloadperl-845d7e37127991657355cc3e4fd6b4d012f8f30d.tar.gz
Upgrade to Test-Simple-0.62.
p4raw-id: //depot/perl@25718
Diffstat (limited to 'lib/Test/Simple.pm')
-rw-r--r--lib/Test/Simple.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Test/Simple.pm b/lib/Test/Simple.pm
index 74cb1fcc89..ccf3d609aa 100644
--- a/lib/Test/Simple.pm
+++ b/lib/Test/Simple.pm
@@ -4,7 +4,7 @@ use 5.004;
use strict 'vars';
use vars qw($VERSION @ISA @EXPORT);
-$VERSION = '0.61';
+$VERSION = '0.62';
$VERSION = eval $VERSION; # make the alpha version come out as a number
use Test::Builder::Module;