diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 21:59:14 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 22:11:50 -0700 |
commit | 589e7e1fb134e4bb18b1bf3fc35399c41b821bba (patch) | |
tree | eeb80dab1a631a7c58c5a4872474917e652d0b13 | |
parent | 650303cfd06855ca35a991a7525f9763e020c698 (diff) | |
download | perl-589e7e1fb134e4bb18b1bf3fc35399c41b821bba.tar.gz |
Increase $Getopt::Std::VERSION to 1.09
-rw-r--r-- | lib/Getopt/Std.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Getopt/Std.pm b/lib/Getopt/Std.pm index 2f0f659283..c0901eb5da 100644 --- a/lib/Getopt/Std.pm +++ b/lib/Getopt/Std.pm @@ -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; |