projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b5f955b
)
Oops, change 34762 should have bumped the VERSION
Steve Hay [Fri, 7 Nov 2008 10:39:27 +0000 (10:39 +0000)]
p4raw-id: //depot/perl@34764
lib/Test/Simple.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Test/Simple.pm
b/lib/Test/Simple.pm
index
2c3c209
..
93b8feb
100644
(file)
--- 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;