Skip Menu |

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

Report information
The Basics
Id: 81455
Status: rejected
Priority: 0/
Queue: Locale-Object

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

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



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');
On Sun Nov 25 21:15:18 2012, NHORNE wrote: Show quoted text
> 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');
Admittedly things have moved on since then.. Now we have Republic of Serbia (rs) and Republic of Montenegro (me).