# This file auto generated from Data\common\main\en_MO.xml
# on Thu 2 Oct 10:58:43 am GMT
# XML file generated 2014-08-14 22:53:08 -0500 (Thu, 14 Aug 2014)
use version;
our $VERSION = version->declare('v0.26.0');
use v5.10;
use mro 'c3';
use utf8;
use if $^V ge v5.12.0, feature => 'unicode_strings';
use Moose;
extends('Locale::CLDR::En::Any');
has 'curriencies' => (
is => 'ro',
isa => 'HashRef',
init_arg => undef,
default => sub { {
'MOP' => {
symbol => 'MOP$',
},
} },
);
has 'time_zone_names' => (
is => 'ro',
isa => 'HashRef',
init_arg => undef,
default => sub { {
'Europe/London' => {
short => {
'daylight' => q(∅∅∅),
},
},
'Europe_Central' => {
short => {
'daylight' => q(∅∅∅),
'generic' => q(∅∅∅),
'standard' => q(∅∅∅),
},
},
'Europe_Eastern' => {
short => {
'daylight' => q(∅∅∅),
'generic' => q(∅∅∅),
'standard' => q(∅∅∅),
},
},
'Europe_Western' => {
short => {
'daylight' => q(∅∅∅),
'generic' => q(∅∅∅),
'standard' => q(∅∅∅),
},
},
'Hong_Kong' => {
short => {
'daylight' => q(HKST),
'generic' => q(HKT),
'standard' => q(HKT),
},
},
'Macau' => {
short => {
'daylight' => q(MDT),
'generic' => q(MST),
'standard' => q(MST),
},
},
} }
);
no Moose;
__PACKAGE__->meta->make_immutable;
1;
# vim: tabstop=4