From: Steve Peters Date: Tue, 23 Jan 2007 14:29:55 +0000 (+0000) Subject: Upgrade to AutoLoader-5.63 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bf230196a331444c6bae98b71d5077bbcc04f13f;p=p5sagit%2Fp5-mst-13.2.git Upgrade to AutoLoader-5.63 p4raw-id: //depot/perl@29934 --- diff --git a/lib/AutoLoader.pm b/lib/AutoLoader.pm index e33a4be..28be69f 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 {