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
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);