'Upgrade' to AutoLoader 5.71
authorSteffen Mueller <smueller@cpan.org>
Sat, 20 Nov 2010 00:25:18 +0000 (01:25 +0100)
committerSteffen Mueller <smueller@cpan.org>
Sat, 20 Nov 2010 00:25:18 +0000 (01:25 +0100)
That release was a core => CPAN sync, so this is just a version bump.

cpan/AutoLoader/lib/AutoLoader.pm

index 06f986b..d7c9951 100644 (file)
@@ -15,7 +15,7 @@ BEGIN {
     $is_epoc = $^O eq 'epoc';
     $is_vms = $^O eq 'VMS';
     $is_macos = $^O eq 'MacOS';
-    $VERSION = '5.70';
+    $VERSION = '5.71';
 }
 
 AUTOLOAD {