Skip Menu |

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

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

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

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



Subject: No languages for Croatia
According to https://en.wikipedia.org/wiki/Croatia, this program should print 'Croation'. However it prints nothing: #!/usr/bin/env perl use Locale::Object::Country; my $country = Locale::Object::Country->new( code_alpha2 => 'hr' ); my @official = $country->languages_official; print "$official[0]\n";