From: Nicholas Clark Date: Fri, 23 May 2008 10:05:43 +0000 (+0000) Subject: Bump AutoSplit to a dev version number to reflect the small change in X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b27284eed0909d106e1a45ef708df6b20504059f;p=p5sagit%2Fp5-mst-13.2.git Bump AutoSplit to a dev version number to reflect the small change in the __DATA__ section made in the AutoLoader 5.66 release. All will get back in sync with the next AutoLoader release. p4raw-id: //depot/perl@33912 --- diff --git a/lib/AutoSplit.pm b/lib/AutoSplit.pm index 4606190..a5a1943 100644 --- a/lib/AutoSplit.pm +++ b/lib/AutoSplit.pm @@ -9,7 +9,7 @@ use strict; our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $Verbose, $Keep, $Maxlen, $CheckForAutoloader, $CheckModTime); -$VERSION = "1.05"; +$VERSION = "1.05_01"; @ISA = qw(Exporter); @EXPORT = qw(&autosplit &autosplit_lib_modules); @EXPORT_OK = qw($Verbose $Keep $Maxlen $CheckForAutoloader $CheckModTime);