summaryrefslogtreecommitdiff
path: root/cpan/AutoLoader
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2010-11-20 01:25:18 +0100
committerSteffen Mueller <smueller@cpan.org>2010-11-20 01:25:18 +0100
commitfb9404f53a409328934a2765100304d00a112bbd (patch)
treebcf97706e8d6432a8cdc3b22a23f226e0cfc8c2a /cpan/AutoLoader
parent5499dc3d6e47ea7842ef1b6bdcda3b7210674fe4 (diff)
downloadperl-fb9404f53a409328934a2765100304d00a112bbd.tar.gz
'Upgrade' to AutoLoader 5.71
That release was a core => CPAN sync, so this is just a version bump.
Diffstat (limited to 'cpan/AutoLoader')
-rw-r--r--cpan/AutoLoader/lib/AutoLoader.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/AutoLoader/lib/AutoLoader.pm b/cpan/AutoLoader/lib/AutoLoader.pm
index 06f986b50d..d7c9951420 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 {