summaryrefslogtreecommitdiff
path: root/lib/Getopt
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-05-20 12:37:39 +0200
committerNicholas Clark <nick@ccl4.org>2013-05-20 12:37:39 +0200
commit7c568b56922ba6982ad1a8def1c9f4b21892f524 (patch)
treede364f6b022133ce6721112eb7f4b664926da7f1 /lib/Getopt
parent0c0a84c65e572a92388387363562ff4da91a9380 (diff)
downloadperl-7c568b56922ba6982ad1a8def1c9f4b21892f524.tar.gz
Bump $Getopt::Std::VERSION following commit 0c0a84c65e572a92.
Diffstat (limited to 'lib/Getopt')
-rw-r--r--lib/Getopt/Std.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Getopt/Std.pm b/lib/Getopt/Std.pm
index 841c0c7d5b..01968b39e8 100644
--- a/lib/Getopt/Std.pm
+++ b/lib/Getopt/Std.pm
@@ -74,7 +74,7 @@ and version_mess() with the switches string as an argument.
@ISA = qw(Exporter);
@EXPORT = qw(getopt getopts);
-$VERSION = '1.07';
+$VERSION = '1.08';
# uncomment the next line to disable 1.03-backward compatibility paranoia
# $STANDARD_HELP_VERSION = 1;