From: Chris 'BinGOs' Williams Date: Fri, 25 Oct 2013 18:49:52 +0000 (+0100) Subject: Update AutoLoader to CPAN version 5.74 X-Git-Tag: upstream/5.20.0~1466 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dff368655dcd4730ce06d80591e486a94c10b3ea;p=platform%2Fupstream%2Fperl.git Update AutoLoader to CPAN version 5.74 [DELTA] 5.74 Fri Oct 25 19:08 2013 - Makefile.PL: Set installdirs to "site" on Perl >= 5.12 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 32d98f5..45c1ff7 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -159,7 +159,7 @@ use File::Glob qw(:case); }, 'AutoLoader' => { - 'DISTRIBUTION' => 'SMUELLER/AutoLoader-5.73.tar.gz', + 'DISTRIBUTION' => 'SMUELLER/AutoLoader-5.74.tar.gz', 'FILES' => q[cpan/AutoLoader], 'EXCLUDED' => ['t/00pod.t'], }, diff --git a/cpan/AutoLoader/lib/AutoLoader.pm b/cpan/AutoLoader/lib/AutoLoader.pm index 955f852..5546f9e 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.73'; + $VERSION = '5.74'; } AUTOLOAD { @@ -400,7 +400,7 @@ This package has the same copyright and license as the perl core: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2011, 2012 + 2011, 2012, 2013 by Larry Wall and others All rights reserved.