X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTest%2FSimple.pm;h=1b7e0a79ed2a925e87f495178812136ec39b99c5;hb=bd3ac2f12cba77166be594b81078e173bcfc2b31;hp=34fba63fed2f93432e69cae1418241004ac486a2;hpb=4d84587446ede57955bcf063281333bc358c9c57;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Test/Simple.pm b/lib/Test/Simple.pm index 34fba63..1b7e0a7 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.72'; +$VERSION = '0.74'; $VERSION = eval $VERSION; # make the alpha version come out as a number use Test::Builder::Module;