Skip Menu |

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

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

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

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



Subject: No languages for Moldova
This prints nothing. It should print Romanian and Moldovan. #!/usr/bin/perl use strict; use warnings; use Data::Dumper; use Locale::Object::Country; my $md = Locale::Object::Country->new(code_alpha2 => 'md'); my $d = Data::Dumper->new([$md->languages()]); print $d->Dump();