In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/f6a6501216dee24e251d4482bd3a1f6daf4ac0da?hp=a7f7a1672c26a17271b712e60f74f3e586702263>

- Log -----------------------------------------------------------------
commit f6a6501216dee24e251d4482bd3a1f6daf4ac0da
Author: James E Keenan <jkee...@cpan.org>
Date:   Tue Dec 25 22:55:17 2012 -0500

    porting/podcheck corrections.
-----------------------------------------------------------------------

Summary of changes:
 ext/Hash-Util/lib/Hash/Util.pm |    3 ++-
 t/porting/known_pod_issues.dat |    4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ext/Hash-Util/lib/Hash/Util.pm b/ext/Hash-Util/lib/Hash/Util.pm
index 6dcb6cc..013c630 100644
--- a/ext/Hash-Util/lib/Hash/Util.pm
+++ b/ext/Hash-Util/lib/Hash/Util.pm
@@ -499,7 +499,8 @@ know it. See also L<perlrun/PERL_HASH_SEED_DEBUG>.
 
 Return a set of basic information about a hash.
 
-    my ($keys, $buckets, $used, @length_counts)= bucket_info($hash);
+    my ($keys, $buckets, $used, @length_counts) =
+        bucket_info($hash);
 
 Fields are as follows:
 
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index df07c14..8aa35e5 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -1,4 +1,4 @@
-# This file is the data file for t/porting/podcheck.t.
+# This file is the data file for porting/podcheck.t.
 # There are three types of lines.
 # Comment lines are white-space only or begin with a '#', like this one.  Any
 #   changes you make to the comment lines will be lost when the file is
@@ -191,6 +191,7 @@ ext/devel-peek/peek.pm      Verbatim line length including 
indents exceeds 79 by    2
 ext/dynaloader/dynaloader.pm   Verbatim line length including indents exceeds 
79 by    1
 ext/file-glob/glob.pm  Verbatim line length including indents exceeds 79 by    
15
 ext/hash-util-fieldhash/lib/hash/util/fieldhash.pm     Verbatim line length 
including indents exceeds 79 by    2
+ext/hash-util/lib/hash/util.pm Pod NAME already used   1
 ext/i18n-langinfo/langinfo.pm  Verbatim line length including indents exceeds 
79 by    1
 ext/pod-html/bin/pod2html      Pod NAME already used   1
 ext/pod-html/testdir/perlpodspec-copy.pod      Verbatim line length including 
indents exceeds 79 by    8
@@ -318,6 +319,7 @@ lib/extutils/xssymset.pm    Verbatim line length including 
indents exceeds 79 by    1
 lib/file/basename.pm   Verbatim line length including indents exceeds 79 by    
2
 lib/file/find.pm       Verbatim line length including indents exceeds 79 by    
1
 lib/getopt/std.pm      Verbatim line length including indents exceeds 79 by    
1
+lib/hash/util.pm       Pod NAME already used   1
 lib/integer.pm Verbatim line length including indents exceeds 79 by    1
 lib/perl5db.pl ? Should you be using L<...> instead of 1
 lib/perl5db.pl Verbatim line length including indents exceeds 79 by    1

--
Perl5 Master Repository

Reply via email to