Update AutoLoader to CPAN version 5.74
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 25 Oct 2013 18:49:52 +0000 (19:49 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 25 Oct 2013 18:49:52 +0000 (19:49 +0100)
  [DELTA]

5.74  Fri Oct 25 19:08 2013
  - Makefile.PL: Set installdirs to "site" on Perl >= 5.12

Porting/Maintainers.pl
cpan/AutoLoader/lib/AutoLoader.pm

index 32d98f5..45c1ff7 100755 (executable)
@@ -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'],
     },
index 955f852..5546f9e 100644 (file)
@@ -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.