Upgrade to AutoLoader-5.63
authorSteve Peters <steve@fisharerojo.org>
Tue, 23 Jan 2007 14:29:55 +0000 (14:29 +0000)
committerSteve Peters <steve@fisharerojo.org>
Tue, 23 Jan 2007 14:29:55 +0000 (14:29 +0000)
p4raw-id: //depot/perl@29934

lib/AutoLoader.pm

index e33a4be..28be69f 100644 (file)
@@ -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 {