From: Steffen Mueller Date: Mon, 21 Sep 2009 13:52:47 +0000 (+0200) Subject: Upgrade to AutoLoader 5.70 for CPAN synchronization (no non-trivial changes) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e4c21aaad0cc18d004f5e2f89535e35778178a8;p=p5sagit%2Fp5-mst-13.2.git Upgrade to AutoLoader 5.70 for CPAN synchronization (no non-trivial changes) --- diff --git a/ext/AutoLoader/lib/AutoLoader.pm b/ext/AutoLoader/lib/AutoLoader.pm index 4ec7a3d..06f986b 100644 --- a/ext/AutoLoader/lib/AutoLoader.pm +++ b/ext/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.69'; + $VERSION = '5.70'; } AUTOLOAD {