X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSelfLoader.pm;h=59defe0bb27ed2e8e1edae10e313480061fbcd35;hb=4213be12d365abb31886576a59b48c4839f20a79;hp=51124af6b49ff94c0fdf7d0aff3d814aa663a26e;hpb=33235a50d090f47e8c1345f546ef4a97abb985d9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/SelfLoader.pm b/lib/SelfLoader.pm index 51124af..59defe0 100644 --- a/lib/SelfLoader.pm +++ b/lib/SelfLoader.pm @@ -3,7 +3,7 @@ package SelfLoader; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(AUTOLOAD); -$VERSION = "1.0902"; +$VERSION = "1.0903"; sub Version {$VERSION} $DEBUG = 0;