diff options
author | Steve Hay <SteveHay@planit.com> | 2008-11-07 10:39:27 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-11-07 10:39:27 +0000 |
commit | 296ff6bd3a36127bc8e501ec83a84204d61e25f3 (patch) | |
tree | 6e69b56c636b10411d79f3c209fcfbd16c9f142b /lib/Test | |
parent | b5f955b7bee14cbb651a31c69ec1d2465df27275 (diff) | |
download | perl-296ff6bd3a36127bc8e501ec83a84204d61e25f3.tar.gz |
Oops, change 34762 should have bumped the VERSION
p4raw-id: //depot/perl@34764
Diffstat (limited to 'lib/Test')
-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 2c3c209b57..93b8feb950 100644 --- a/lib/Test/Simple.pm +++ b/lib/Test/Simple.pm @@ -5,7 +5,7 @@ use 5.004; use strict; -our $VERSION = '0.85_01'; +our $VERSION = '0.85_02'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) use Test::Builder::Module; |