In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/61f45fbeb954464ff9f1342dbca22ddef0bce5b0?hp=736a4fed846ed1fbe60d547de8f19357ec54aa41>

- Log -----------------------------------------------------------------
commit 61f45fbeb954464ff9f1342dbca22ddef0bce5b0
Author: Neil Bowers <[email protected]>
Date:   Sun Feb 5 21:18:37 2017 +0000

    Getopt::Std: Changed pod NAME to follow convention
    
    See thread at http://nntp.perl.org/group/perl.perl5.porters/242374
-----------------------------------------------------------------------

Summary of changes:
 lib/Getopt/Std.pm | 4 ++--
 1 file 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;
 

--
Perl5 Master Repository

Reply via email to