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

index 96039d1..0fa1469 100644 (file)
@@ -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);