Skip Menu |

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

Report information
The Basics
Id: 77332
Status: patched
Priority: 0/
Queue: Locale-Object

People
Owner: cpan [...] desert-island.me.uk
Requestors: NHORNE [...] cpan.org
Cc:
AdminCc:

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



Subject: Wrong language for Belarus
The official language for Belarus is 'Belarusian' not 'Byelorussian'. This program will reproduce the problem: #!/usr/bin/perl -wT use Locale::Object::Country; my $l = (Locale::Object::Country->new(code_alpha2 => 'by')->languages_official)[0]; print $l->name . "\n";