=head1
Locale::CLDR::Locales::Fr::Any::Cd - Package for language French
=cut
# This file auto generated from Data\common\main\fr_CD.xml
# on Sat 6 Feb 10:40:38 am GMT
use version;
our $VERSION = version->declare('v0.28.3');
use v5.10.1;
use mro 'c3';
use utf8;
use if $^V ge v5.12.0, feature => 'unicode_strings';
use Moose;
extends('Locale::CLDR::Locales::Fr::Any');
has 'currencies' => (
is => 'ro',
isa => 'HashRef',
init_arg => undef,
default => sub { {
'CDF' => {
symbol => 'FC',
},
} },
);
no Moose;
__PACKAGE__->meta->make_immutable;
1;
# vim: tabstop=4