lib/locale.t: Change an array to a hash
authorKarl Williamson <public@khwilliamson.com>
Mon, 24 Feb 2014 18:56:47 +0000 (11:56 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 25 Feb 2014 05:38:05 +0000 (22:38 -0700)
commit5b1f18a75ba6ee80f801b8f8226103f1495701fa
tree79d9dcd310aafef1752ce6f3812873f8d9d3f49f
parentecb4de39577c95734821743685366f6fe7f59a2d
lib/locale.t: Change an array to a hash

This is more naturally a hash in that it is a list of numbers, not
necessarily consecutive, and each time through the loop the same number
was getting pushed, so had multiple entries for each by the time it was
finished.
lib/locale.t