Increase $Getopt::Std::VERSION to 1.09
authorFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 04:59:14 +0000 (21:59 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 05:11:50 +0000 (22:11 -0700)
lib/Getopt/Std.pm

index 2f0f659..c0901eb 100644 (file)
@@ -75,7 +75,7 @@ and version_mess() with the switches string as an argument.
 
 @ISA = qw(Exporter);
 @EXPORT = qw(getopt getopts);
-$VERSION = '1.08';
+$VERSION = '1.09';
 # uncomment the next line to disable 1.03-backward compatibility paranoia
 # $STANDARD_HELP_VERSION = 1;