diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-10-25 19:49:52 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-10-25 19:49:52 +0100 |
commit | dff368655dcd4730ce06d80591e486a94c10b3ea (patch) | |
tree | 4bcecfc3057f00ecbebba92379789581a0b850f9 /cpan | |
parent | 2b2b0f4f9cadf158191d00aa4da3a6b91c03a5df (diff) | |
download | perl-dff368655dcd4730ce06d80591e486a94c10b3ea.tar.gz |
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
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/AutoLoader/lib/AutoLoader.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/AutoLoader/lib/AutoLoader.pm b/cpan/AutoLoader/lib/AutoLoader.pm index 955f852cbf..5546f9e995 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. |