summaryrefslogtreecommitdiff
path: root/lib/Getopt
diff options
context:
space:
mode:
authorNeil Bowers <neil@bowers.com>2017-02-05 21:18:37 +0000
committerKarl Williamson <khw@cpan.org>2017-02-08 09:41:45 -0700
commit61f45fbeb954464ff9f1342dbca22ddef0bce5b0 (patch)
tree7905f0fd19e69059cd7649d0c907e3f7bf786da8 /lib/Getopt
parent736a4fed846ed1fbe60d547de8f19357ec54aa41 (diff)
downloadperl-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/Getopt')
-rw-r--r--lib/Getopt/Std.pm4
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;