From: Steffen Mueller Date: Sat, 20 Nov 2010 00:25:18 +0000 (+0100) Subject: 'Upgrade' to AutoLoader 5.71 X-Git-Tag: accepted/trunk/20130322.191538~6706 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb9404f53a409328934a2765100304d00a112bbd;p=platform%2Fupstream%2Fperl.git 'Upgrade' to AutoLoader 5.71 That release was a core => CPAN sync, so this is just a version bump. --- diff --git a/cpan/AutoLoader/lib/AutoLoader.pm b/cpan/AutoLoader/lib/AutoLoader.pm index 06f986b..d7c9951 100644 --- a/cpan/AutoLoader/lib/AutoLoader.pm +++ b/cpan/AutoLoader/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.70'; + $VERSION = '5.71'; } AUTOLOAD {