Change 33912 by [EMAIL PROTECTED] on 2008/05/23 10:05:43

        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.

Affected files ...

... //depot/perl/lib/AutoSplit.pm#42 edit

Differences ...

==== //depot/perl/lib/AutoSplit.pm#42 (text) ====
Index: perl/lib/AutoSplit.pm
--- perl/lib/AutoSplit.pm#41~33900~     2008-05-21 06:23:24.000000000 -0700
+++ perl/lib/AutoSplit.pm       2008-05-23 03:05:43.000000000 -0700
@@ -9,7 +9,7 @@
 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);
End of Patch.

Reply via email to