diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Getopt/Std.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Getopt/Std.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/Getopt/Std.pm b/Master/tlpkg/tlperl/lib/Getopt/Std.pm index b7f8132b381..5b8878dbb86 100644 --- a/Master/tlpkg/tlperl/lib/Getopt/Std.pm +++ b/Master/tlpkg/tlperl/lib/Getopt/Std.pm @@ -4,7 +4,7 @@ require Exporter; =head1 NAME -getopt, getopts - Process single-character switches with switch clustering +Getopt::Std - Process single-character switches with switch clustering =head1 SYNOPSIS @@ -81,7 +81,7 @@ and version_mess() with the switches string as an argument. @ISA = qw(Exporter); @EXPORT = qw(getopt getopts); -$VERSION = '1.11'; +$VERSION = '1.12'; # uncomment the next line to disable 1.03-backward compatibility paranoia # $STANDARD_HELP_VERSION = 1; |