Change 29934 by [EMAIL PROTECTED] on 2007/01/23 14:29:55
Upgrade to AutoLoader-5.63
Affected files ...
... //depot/perl/lib/AutoLoader.pm#33 edit
Differences ...
==== //depot/perl/lib/AutoLoader.pm#33 (text) ====
Index: perl/lib/AutoLoader.pm
--- perl/lib/AutoLoader.pm#32~29750~ 2007-01-11 01:51:56.000000000 -0800
+++ perl/lib/AutoLoader.pm 2007-01-23 06:29:55.000000000 -0800
@@ -15,7 +15,7 @@
$is_epoc = $^O eq 'epoc';
$is_vms = $^O eq 'VMS';
$is_macos = $^O eq 'MacOS';
- $VERSION = '5.62';
+ $VERSION = '5.63';
}
AUTOLOAD {
End of Patch.