diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-07-16 14:54:58 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-07-16 14:54:58 +0000 |
commit | 1be77ff7d37fc4eb628469fa5911923c9a996995 (patch) | |
tree | e08584d98a2472a001f14c036899ab471ba712cb /lib/Test/Simple.pm | |
parent | 1bdfa2dec136126216e8edf2320ed0ca1f645494 (diff) | |
download | perl-1be77ff7d37fc4eb628469fa5911923c9a996995.tar.gz |
Upgrade to Test-Simple-0.64
p4raw-id: //depot/perl@28586
Diffstat (limited to 'lib/Test/Simple.pm')
-rw-r--r-- | lib/Test/Simple.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Test/Simple.pm b/lib/Test/Simple.pm index d9d1617f2a..ae912d29ba 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.63'; +$VERSION = '0.64'; $VERSION = eval $VERSION; # make the alpha version come out as a number use Test::Builder::Module; |