X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fbase.pm;h=cc0d3c6e6dd35151f71ddd57618331f0bbab5b9b;hb=20a6717b3f0310570b661870c2455994a4ab8016;hp=b735848f9bccbe2cb89ce6de11de8422211beb0f;hpb=b6d5fef8cdb4285e43c5a333b488b349d2c28bd9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/base.pm b/lib/base.pm index b735848..cc0d3c6 100644 --- a/lib/base.pm +++ b/lib/base.pm @@ -2,7 +2,7 @@ package base; use strict 'vars'; use vars qw($VERSION); -$VERSION = '2.04'; +$VERSION = '2.05'; # constant.pm is slow sub SUCCESS () { 1 }