Subject: | Does not recognise country code CS |
Despite what the Changelog claims, the country code for Serbia and
Montenegro (CS) is not recognised. This program fails:
#!/usr/bin/perl
use Locale::Object::Country;
my $l = Locale::Object::Country->new(code_alpha2 => 'cs');