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
(from parent 1:
5499dc3
)
'Upgrade' to AutoLoader 5.71
author
Steffen Mueller
<smueller@cpan.org>
Sat, 20 Nov 2010 00:25:18 +0000
(
01:25
+0100)
committer
Steffen Mueller
<smueller@cpan.org>
Sat, 20 Nov 2010 00:25:18 +0000
(
01:25
+0100)
That release was a core => CPAN sync, so this is just a version bump.
cpan/AutoLoader/lib/AutoLoader.pm
patch
|
blob
|
blame
|
history
diff --git
a/cpan/AutoLoader/lib/AutoLoader.pm
b/cpan/AutoLoader/lib/AutoLoader.pm
index
06f986b
..
d7c9951
100644
(file)
--- a/
cpan/AutoLoader/lib/AutoLoader.pm
+++ b/
cpan/AutoLoader/lib/AutoLoader.pm
@@
-15,7
+15,7
@@
BEGIN {
$is_epoc = $^O eq 'epoc';
$is_vms = $^O eq 'VMS';
$is_macos = $^O eq 'MacOS';
- $VERSION = '5.7
0
';
+ $VERSION = '5.7
1
';
}
AUTOLOAD {