From bf230196a331444c6bae98b71d5077bbcc04f13f Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 23 Jan 2007 14:29:55 +0000 Subject: [PATCH] Upgrade to AutoLoader-5.63 p4raw-id: //depot/perl@29934 --- lib/AutoLoader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 1.8.3.1