Skip Menu |

This queue is for tickets about the Locale-Codes CPAN distribution.

Report information
The Basics
Id: 100889
Status: resolved
Priority: 0/
Queue: Locale-Codes

People
Owner: Nobody in particular
Requestors: alexp [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Code issues
all_currency_codes() will report "ZMK" as the code for Zambian kwacha for example. However this is not iso4217 code, instead this is a symbol. The code is "ZMW" http://en.wikipedia.org/wiki/Zambian_kwacha I noticed same for some other codes. Does this need updating?
What version of Locale::Codes are you using? The most recent version has ZMW (and although I did not look through all past versions, I'm sure that that dates back a while). If you are using the version of Locale::Codes that comes as part of perl, I'd suggest NOT doing that. It doesn't get updated often. The safest way to use Locale::Codes is to get the most recent version from CPAN and use that one instead of the one that comes with perl.