diff options
author | Steve Peters <steve@fisharerojo.org> | 2007-01-23 14:29:55 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-01-23 14:29:55 +0000 |
commit | bf230196a331444c6bae98b71d5077bbcc04f13f (patch) | |
tree | a2318ce1097351a90009cbbb775d244e19ad9811 /lib/AutoLoader.pm | |
parent | 452a7a81be8fbfdf49968e8b8cf62aacedc9f52b (diff) | |
download | perl-bf230196a331444c6bae98b71d5077bbcc04f13f.tar.gz |
Upgrade to AutoLoader-5.63
p4raw-id: //depot/perl@29934
Diffstat (limited to 'lib/AutoLoader.pm')
-rw-r--r-- | lib/AutoLoader.pm | 2 |
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 { |