File Coverage

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


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