diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-07-09 20:39:11 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-07-09 20:39:11 +0100 |
commit | 55a437d2ef69d4edc08286baee0e430739a973ef (patch) | |
tree | 845df137b15c591c713bebc40199c4955e924b14 | |
parent | b87eccc16ae8adb99cf02220e8703f2399ad222c (diff) | |
download | perl-55a437d2ef69d4edc08286baee0e430739a973ef.tar.gz |
Update Getopt-Long to CPAN version 2.41
[DELTA]
Changes in version 2.41
-----------------------
* Change INSTALLDIRS to site for perl >= 5.011.
See https://rt.perl.org/rt3//Ticket/Display.html?id=116479
for details.
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | cpan/Getopt-Long/CHANGES | 8 | ||||
-rw-r--r-- | cpan/Getopt-Long/lib/Getopt/Long.pm | 8 |
3 files changed, 13 insertions, 5 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index edd900c2ad..b894546ef5 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -890,7 +890,7 @@ use File::Glob qw(:case); 'Getopt::Long' => { 'MAINTAINER' => 'jv', - 'DISTRIBUTION' => 'JV/Getopt-Long-2.40.tar.gz', + 'DISTRIBUTION' => 'JV/Getopt-Long-2.41.tar.gz', 'FILES' => q[cpan/Getopt-Long], 'EXCLUDED' => [ qr{^examples/}, diff --git a/cpan/Getopt-Long/CHANGES b/cpan/Getopt-Long/CHANGES index 1793f9b1ee..0e8860b2ad 100644 --- a/cpan/Getopt-Long/CHANGES +++ b/cpan/Getopt-Long/CHANGES @@ -1,3 +1,11 @@ +Changes in version 2.41 +----------------------- + +* Change INSTALLDIRS to site for perl >= 5.011. + + See https://rt.perl.org/rt3//Ticket/Display.html?id=116479 + for details. + Changes in version 2.40 ----------------------- diff --git a/cpan/Getopt-Long/lib/Getopt/Long.pm b/cpan/Getopt-Long/lib/Getopt/Long.pm index a37262f221..98c215d6b6 100644 --- a/cpan/Getopt-Long/lib/Getopt/Long.pm +++ b/cpan/Getopt-Long/lib/Getopt/Long.pm @@ -4,8 +4,8 @@ # Author : Johan Vromans # Created On : Tue Sep 11 15:00:12 1990 # Last Modified By: Johan Vromans -# Last Modified On: Sun Jun 16 21:43:53 2013 -# Update Count : 1643 +# Last Modified On: Mon Jul 8 08:22:51 2013 +# Update Count : 1644 # Status : Released ################ Module Preamble ################ @@ -17,10 +17,10 @@ use 5.004; use strict; use vars qw($VERSION); -$VERSION = 2.40; +$VERSION = 2.41; # For testing versions only. use vars qw($VERSION_STRING); -$VERSION_STRING = "2.40"; +$VERSION_STRING = "2.41"; use Exporter; use vars qw(@ISA @EXPORT @EXPORT_OK); |