summaryrefslogtreecommitdiff
path: root/lib/Test/Simple.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-06 10:59:16 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-06 10:59:16 +0000
commit004caa160f94253de79aa75f9b412f94823dcb96 (patch)
treeb596e7535504f1b4a1ec9d32656c21e30106d927 /lib/Test/Simple.pm
parent64e28687393f5359efe57854321283f5e8604f03 (diff)
downloadperl-004caa160f94253de79aa75f9b412f94823dcb96.tar.gz
Upgrade to Test::Simple 0.64_03
p4raw-id: //depot/perl@29211
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 2edea47d23..47cb2bc241 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.64_02';
+$VERSION = '0.64_03';
$VERSION = eval $VERSION; # make the alpha version come out as a number
use Test::Builder::Module;