Unicode::UCD: Allow for some look-up speed up
authorKarl Williamson <public@khwilliamson.com>
Sun, 28 Aug 2011 18:36:45 +0000 (12:36 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 2 Sep 2011 17:57:44 +0000 (11:57 -0600)
commitcb366075e52d6ac4c3816d5b59a319395748363d
tree25e1e94f9176bcf4408072fba2b69eb8f625822a
parent94c91ffce4d762ae97191ff1793a44b41a0b93ca
Unicode::UCD: Allow for some look-up speed up

This changes the internal function to have an optional parameter to
return a hash instead of an array when the caller determines that it is
better to use a hash.
lib/Unicode/UCD.pm