projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d30c105
)
POD nit found by Slaven Rezic.
Rafael Garcia-Suarez [Sat, 13 Oct 2007 07:24:17 +0000 (07:24 +0000)]
p4raw-id: //depot/perl@32107
ext/Hash/Util/lib/Hash/Util.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Hash/Util/lib/Hash/Util.pm
b/ext/Hash/Util/lib/Hash/Util.pm
index
96039d1
..
0fa1469
100644
(file)
--- a/
ext/Hash/Util/lib/Hash/Util.pm
+++ b/
ext/Hash/Util/lib/Hash/Util.pm
@@
-370,7
+370,7
@@
sub all_keys{}
sub legal_keys(\%) { legal_ref_keys(@_) }
sub hidden_keys(\%){ hidden_ref_keys(@_) }
-=item b<legal_keys>
+=item B<legal_keys>
my @keys = legal_keys(%hash);