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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Upgrade to AutoLoader-5.63
[perl5.git]
/
lib
/
AutoLoader.pm
diff --git
a/lib/AutoLoader.pm
b/lib/AutoLoader.pm
index
e33a4be
..
28be69f
100644
(file)
--- a/
lib/AutoLoader.pm
+++ b/
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.6
2
';
+ $VERSION = '5.6
3
';
}
AUTOLOAD {