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