File Coverage

blib/lib/Locale/CLDR/Locales/En/Any/Mh.pm
Criterion Covered Total %
statement 23 23 100.0
branch n/a
condition n/a
subroutine 8 8 100.0
pod n/a
total 31 31 100.0


line stmt bran cond sub pod time code
1             =head1
2              
3             Locale::CLDR::Locales::En::Any::Mh - Package for language English
4              
5             =cut
6              
7             package Locale::CLDR::Locales::En::Any::Mh;
8             # This file auto generated from Data\common\main\en_MH.xml
9             # on Sun 24 Apr 8:24:46 am GMT
10              
11 1     1   844 use version;
  1         2  
  1         5  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 1     1   79 use v5.10.1;
  1         3  
16 1     1   3 use mro 'c3';
  1         2  
  1         5  
17 1     1   35 use utf8;
  1         1  
  1         5  
18 1     1   25 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         1  
  1         10  
19              
20 1     1   85 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         6  
21 1     1   642 use Moo;
  1         2  
  1         4  
22              
23             extends('Locale::CLDR::Locales::En::Any');
24             has 'time_zone_names' => (
25             is => 'ro',
26             isa => HashRef,
27             init_arg => undef,
28             default => sub { {
29             'Alaska' => {
30             short => {
31             'daylight' => q(∅∅∅),
32             'generic' => q(∅∅∅),
33             'standard' => q(∅∅∅),
34             },
35             },
36             'America_Central' => {
37             short => {
38             'daylight' => q(∅∅∅),
39             'generic' => q(∅∅∅),
40             'standard' => q(∅∅∅),
41             },
42             },
43             'America_Eastern' => {
44             short => {
45             'daylight' => q(∅∅∅),
46             'generic' => q(∅∅∅),
47             'standard' => q(∅∅∅),
48             },
49             },
50             'America_Mountain' => {
51             short => {
52             'daylight' => q(∅∅∅),
53             'generic' => q(∅∅∅),
54             'standard' => q(∅∅∅),
55             },
56             },
57             'America_Pacific' => {
58             short => {
59             'daylight' => q(∅∅∅),
60             'generic' => q(∅∅∅),
61             'standard' => q(∅∅∅),
62             },
63             },
64             'Atlantic' => {
65             short => {
66             'daylight' => q(∅∅∅),
67             'generic' => q(∅∅∅),
68             'standard' => q(∅∅∅),
69             },
70             },
71             'Hawaii_Aleutian' => {
72             short => {
73             'daylight' => q(∅∅∅),
74             'generic' => q(∅∅∅),
75             'standard' => q(∅∅∅),
76             },
77             },
78             'Pacific/Honolulu' => {
79             short => {
80             'daylight' => q(∅∅∅),
81             'generic' => q(∅∅∅),
82             'standard' => q(∅∅∅),
83             },
84             },
85             } }
86             );
87 1     1   1803 no Moo;
  1         2  
  1         4  
88              
89             1;
90              
91             # vim: tabstop=4