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:
452a7a8
)
Upgrade to AutoLoader-5.63
author
Steve Peters
<steve@fisharerojo.org>
Tue, 23 Jan 2007 14:29:55 +0000
(14:29 +0000)
committer
Steve Peters
<steve@fisharerojo.org>
Tue, 23 Jan 2007 14:29:55 +0000
(14:29 +0000)
p4raw-id: //depot/perl@29934
lib/AutoLoader.pm
patch
|
blob
|
blame
|
history
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 {