Change 34764 by [EMAIL PROTECTED] on 2008/11/07 10:39:27
Oops, change 34762 should have bumped the VERSION
Affected files ...
... //depot/perl/lib/Test/Simple.pm#37 edit
Differences ...
==== //depot/perl/lib/Test/Simple.pm#37 (text) ====
Index: perl/lib/Test/Simple.pm
--- perl/lib/Test/Simple.pm#36~34761~ 2008-11-07 02:32:32.000000000 -0800
+++ perl/lib/Test/Simple.pm 2008-11-07 02:39:27.000000000 -0800
@@ -5,7 +5,7 @@
use strict;
-our $VERSION = '0.85_01';
+our $VERSION = '0.85_02';
$VERSION = eval $VERSION; ## no critic
(BuiltinFunctions::ProhibitStringyEval)
use Test::Builder::Module;
End of Patch.