summaryrefslogtreecommitdiff
path: root/ext/Hash-Util
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2012-12-25 22:55:17 -0500
committerJames E Keenan <jkeenan@cpan.org>2012-12-25 22:55:17 -0500
commitf6a6501216dee24e251d4482bd3a1f6daf4ac0da (patch)
tree650c700b48d3fda45de534823ce83b3c24196a09 /ext/Hash-Util
parenta7f7a1672c26a17271b712e60f74f3e586702263 (diff)
downloadperl-f6a6501216dee24e251d4482bd3a1f6daf4ac0da.tar.gz
porting/podcheck corrections.
Diffstat (limited to 'ext/Hash-Util')
-rw-r--r--ext/Hash-Util/lib/Hash/Util.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/Hash-Util/lib/Hash/Util.pm b/ext/Hash-Util/lib/Hash/Util.pm
index 6dcb6ccaef..013c630480 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: