diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 14:51:46 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 16:27:17 -0800 |
commit | e3ec0a15dbdf8b555fb77b085eadf4ff9fba04a6 (patch) | |
tree | 3dea3ff10ad89d74104b1caa7634cf46a35eadf2 /lib/Getopt | |
parent | 9404893f24257746efaa6b119c8f9a9960a99a6f (diff) | |
download | perl-e3ec0a15dbdf8b555fb77b085eadf4ff9fba04a6.tar.gz |
Version bumpsif-0.0602
Diffstat (limited to 'lib/Getopt')
-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 920b5b46be..d4ce9a35ee 100644 --- a/lib/Getopt/Std.pm +++ b/lib/Getopt/Std.pm @@ -72,7 +72,7 @@ and version_mess() with the switches string as an argument. @ISA = qw(Exporter); @EXPORT = qw(getopt getopts); -$VERSION = '1.06'; +$VERSION = '1.07'; # uncomment the next line to disable 1.03-backward compatibility paranoia # $STANDARD_HELP_VERSION = 1; |