From: Steve Hay Date: Fri, 7 Nov 2008 10:39:27 +0000 (+0000) Subject: Oops, change 34762 should have bumped the VERSION X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=296ff6bd3a36127bc8e501ec83a84204d61e25f3;p=p5sagit%2Fp5-mst-13.2.git Oops, change 34762 should have bumped the VERSION p4raw-id: //depot/perl@34764 --- diff --git a/lib/Test/Simple.pm b/lib/Test/Simple.pm index 2c3c209..93b8feb 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;