This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Use hash instead of grep the keys
authorKarl Williamson <public@khwilliamson.com>
Wed, 12 Oct 2011 00:05:24 +0000 (18:05 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:26 +0000 (08:09 -0700)
commit0332277c8f33d749dd96379675440b8a735c87d9
treeb6bc9e2783649bde46ecf5f931cfb1c2e3d29625
parent08f142459873d2b2eedaa167d15a30764960cdba
mktables: Use hash instead of grep the keys

It doesn't make sense to grep the keys, when you can just look up the
key in the hash.
lib/unicore/mktables