This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68c65ec
)
Bump AutoSplit to a dev version number to reflect the small change in
author
Nicholas Clark
<nick@ccl4.org>
Fri, 23 May 2008 10:05:43 +0000
(10:05 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 23 May 2008 10:05:43 +0000
(10:05 +0000)
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
lib/AutoSplit.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/AutoSplit.pm
b/lib/AutoSplit.pm
index
4606190
..
a5a1943
100644
(file)
--- 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);