summaryrefslogtreecommitdiff
path: root/cpan/Getopt-Long/lib
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-07-09 20:39:11 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-07-09 20:39:11 +0100
commit55a437d2ef69d4edc08286baee0e430739a973ef (patch)
tree845df137b15c591c713bebc40199c4955e924b14 /cpan/Getopt-Long/lib
parentb87eccc16ae8adb99cf02220e8703f2399ad222c (diff)
downloadperl-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.
Diffstat (limited to 'cpan/Getopt-Long/lib')
-rw-r--r--cpan/Getopt-Long/lib/Getopt/Long.pm8
1 files changed, 4 insertions, 4 deletions
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);