diff options
author | Neil Bowers <neil@bowers.com> | 2017-02-05 21:18:37 +0000 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-02-08 09:41:45 -0700 |
commit | 61f45fbeb954464ff9f1342dbca22ddef0bce5b0 (patch) | |
tree | 7905f0fd19e69059cd7649d0c907e3f7bf786da8 /lib | |
parent | 736a4fed846ed1fbe60d547de8f19357ec54aa41 (diff) | |
download | perl-61f45fbeb954464ff9f1342dbca22ddef0bce5b0.tar.gz |
Getopt::Std: Changed pod NAME to follow convention
See thread at http://nntp.perl.org/group/perl.perl5.porters/242374
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Getopt/Std.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Getopt/Std.pm b/lib/Getopt/Std.pm index b7f8132b38..5b8878dbb8 100644 --- a/lib/Getopt/Std.pm +++ b/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; |