projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
452a7a8
)
Upgrade to AutoLoader-5.63
Steve Peters [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.62';
+ $VERSION = '5.63';
}
AUTOLOAD {