summaryrefslogtreecommitdiff
path: root/lib/AutoLoader.pm
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2007-01-23 14:29:55 +0000
committerSteve Peters <steve@fisharerojo.org>2007-01-23 14:29:55 +0000
commitbf230196a331444c6bae98b71d5077bbcc04f13f (patch)
treea2318ce1097351a90009cbbb775d244e19ad9811 /lib/AutoLoader.pm
parent452a7a81be8fbfdf49968e8b8cf62aacedc9f52b (diff)
downloadperl-bf230196a331444c6bae98b71d5077bbcc04f13f.tar.gz
Upgrade to AutoLoader-5.63
p4raw-id: //depot/perl@29934
Diffstat (limited to 'lib/AutoLoader.pm')
-rw-r--r--lib/AutoLoader.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AutoLoader.pm b/lib/AutoLoader.pm
index e33a4bee94..28be69f878 100644
--- 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 {