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