This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Factorize numeric constant for "overloading" lexical hint
[perl5.git] / lib / AutoSplit.pm
index a5a1943..c093f2d 100644 (file)
@@ -9,7 +9,7 @@ use strict;
 our($VERSION, @ISA, @EXPORT, @EXPORT_OK, $Verbose, $Keep, $Maxlen,
     $CheckForAutoloader, $CheckModTime);
 
-$VERSION = "1.05_01";
+$VERSION = "1.06";
 @ISA = qw(Exporter);
 @EXPORT = qw(&autosplit &autosplit_lib_modules);
 @EXPORT_OK = qw($Verbose $Keep $Maxlen $CheckForAutoloader $CheckModTime);