line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Sr::Cyrl::Me - Package for language Serbian |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Sr::Cyrl::Me; |
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\sr_Cyrl_ME.xml |
11
|
|
|
|
|
|
|
# on Sun 16 Dec 4:37:56 pm GMT |
12
|
|
|
|
|
|
|
|
13
|
1
|
|
|
1
|
|
1214
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
27
|
|
14
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
27
|
|
15
|
1
|
|
|
1
|
|
5
|
use version; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.0'); |
18
|
|
|
|
|
|
|
|
19
|
1
|
|
|
1
|
|
95
|
use v5.10.1; |
|
1
|
|
|
|
|
3
|
|
20
|
1
|
|
|
1
|
|
6
|
use mro 'c3'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
8
|
|
21
|
1
|
|
|
1
|
|
36
|
use utf8; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
8
|
|
22
|
1
|
|
|
1
|
|
31
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
12
|
|
23
|
1
|
|
|
1
|
|
130
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
4
|
|
|
1
|
|
|
|
|
10
|
|
24
|
1
|
|
|
1
|
|
1000
|
use Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
35
|
|
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Sr::Cyrl'); |
27
|
|
|
|
|
|
|
has 'display_name_language' => ( |
28
|
|
|
|
|
|
|
is => 'ro', |
29
|
|
|
|
|
|
|
isa => CodeRef, |
30
|
|
|
|
|
|
|
init_arg => undef, |
31
|
|
|
|
|
|
|
default => sub { |
32
|
|
|
|
|
|
|
sub { |
33
|
|
|
|
|
|
|
my %languages = ( |
34
|
|
|
|
|
|
|
'arn' => 'мапÑдÑнгÑн', |
35
|
|
|
|
|
|
|
'be' => 'бÑелоÑÑÑки', |
36
|
|
|
|
|
|
|
'bm' => 'бамананкан', |
37
|
|
|
|
|
|
|
'bn' => 'бангла', |
38
|
|
|
|
|
|
|
'ff' => 'ÑÑлаÑ
', |
39
|
|
|
|
|
|
|
'ht' => 'Ñ
аиÑанÑки кÑеолÑки', |
40
|
|
|
|
|
|
|
'lo' => 'лаоÑки', |
41
|
|
|
|
|
|
|
'moh' => 'моÑ
ок', |
42
|
|
|
|
|
|
|
'nqo' => 'нâко', |
43
|
|
|
|
|
|
|
'shi' => 'ÑÑжни ÑилÑ
а', |
44
|
|
|
|
|
|
|
'tzm' => 'ÑенÑÑалноаÑлаÑки ÑамаÑек', |
45
|
|
|
|
|
|
|
'xh' => 'иÑикоÑа', |
46
|
|
|
|
|
|
|
'zgh' => 'ÑÑандаÑдни маÑоканÑки ÑамаÑек', |
47
|
|
|
|
|
|
|
'zu' => 'иÑизÑлÑ', |
48
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
); |
50
|
|
|
|
|
|
|
if (@_) { |
51
|
|
|
|
|
|
|
return $languages{$_[0]}; |
52
|
|
|
|
|
|
|
} |
53
|
|
|
|
|
|
|
return \%languages; |
54
|
|
|
|
|
|
|
} |
55
|
|
|
|
|
|
|
}, |
56
|
|
|
|
|
|
|
); |
57
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
has 'display_name_region' => ( |
59
|
|
|
|
|
|
|
is => 'ro', |
60
|
|
|
|
|
|
|
isa => HashRef[Str], |
61
|
|
|
|
|
|
|
init_arg => undef, |
62
|
|
|
|
|
|
|
default => sub { |
63
|
|
|
|
|
|
|
{ |
64
|
|
|
|
|
|
|
'BY' => 'ÐÑелоÑÑÑиÑа', |
65
|
|
|
|
|
|
|
'CG' => 'Ðонго', |
66
|
|
|
|
|
|
|
'CZ' => 'ЧеÑка РепÑблика', |
67
|
|
|
|
|
|
|
'DE' => 'ÐемаÑка', |
68
|
|
|
|
|
|
|
'KN' => 'СвеÑи ÐиÑÑ Ð¸ ÐевиÑ', |
69
|
|
|
|
|
|
|
'MK@alt=variant' => 'ÐÐÐ ÐакедониÑа', |
70
|
|
|
|
|
|
|
'PM' => 'СвеÑи ÐÑÐµÑ Ð¸ Ðикелон', |
71
|
|
|
|
|
|
|
'RE' => 'РеÑнион', |
72
|
|
|
|
|
|
|
'UM' => 'ÐаÑа ÑдаÑена оÑÑÑва СÐÐ', |
73
|
|
|
|
|
|
|
'VC' => 'СвеÑи ÐинÑÐµÐ½Ñ Ð¸ ÐÑенадини', |
74
|
|
|
|
|
|
|
'VG' => 'ÐÑиÑанÑка ÐÑевиÑанÑка ÐÑÑÑва', |
75
|
|
|
|
|
|
|
'VI' => 'ÐмеÑиÑка ÐÑевиÑанÑка ÐÑÑÑва', |
76
|
|
|
|
|
|
|
|
77
|
|
|
|
|
|
|
} |
78
|
|
|
|
|
|
|
}, |
79
|
|
|
|
|
|
|
); |
80
|
|
|
|
|
|
|
|
81
|
|
|
|
|
|
|
has 'calendar_months' => ( |
82
|
|
|
|
|
|
|
is => 'ro', |
83
|
|
|
|
|
|
|
isa => HashRef, |
84
|
|
|
|
|
|
|
init_arg => undef, |
85
|
|
|
|
|
|
|
default => sub { { |
86
|
|
|
|
|
|
|
'gregorian' => { |
87
|
|
|
|
|
|
|
'format' => { |
88
|
|
|
|
|
|
|
abbreviated => { |
89
|
|
|
|
|
|
|
nonleap => [ |
90
|
|
|
|
|
|
|
'Ñан.', |
91
|
|
|
|
|
|
|
'Ñеб.', |
92
|
|
|
|
|
|
|
'маÑÑ', |
93
|
|
|
|
|
|
|
'апÑ.', |
94
|
|
|
|
|
|
|
'маÑ', |
95
|
|
|
|
|
|
|
'ÑÑн', |
96
|
|
|
|
|
|
|
'ÑÑл', |
97
|
|
|
|
|
|
|
'авг.', |
98
|
|
|
|
|
|
|
'ÑепÑ.', |
99
|
|
|
|
|
|
|
'окÑ.', |
100
|
|
|
|
|
|
|
'нов.', |
101
|
|
|
|
|
|
|
'деÑ.' |
102
|
|
|
|
|
|
|
], |
103
|
|
|
|
|
|
|
leap => [ |
104
|
|
|
|
|
|
|
|
105
|
|
|
|
|
|
|
], |
106
|
|
|
|
|
|
|
}, |
107
|
|
|
|
|
|
|
}, |
108
|
|
|
|
|
|
|
'stand-alone' => { |
109
|
|
|
|
|
|
|
abbreviated => { |
110
|
|
|
|
|
|
|
nonleap => [ |
111
|
|
|
|
|
|
|
'Ñан.', |
112
|
|
|
|
|
|
|
'Ñеб.', |
113
|
|
|
|
|
|
|
'маÑÑ', |
114
|
|
|
|
|
|
|
'апÑ.', |
115
|
|
|
|
|
|
|
'маÑ', |
116
|
|
|
|
|
|
|
'ÑÑн', |
117
|
|
|
|
|
|
|
'ÑÑл', |
118
|
|
|
|
|
|
|
'авг.', |
119
|
|
|
|
|
|
|
'ÑепÑ.', |
120
|
|
|
|
|
|
|
'окÑ.', |
121
|
|
|
|
|
|
|
'нов.', |
122
|
|
|
|
|
|
|
'деÑ.' |
123
|
|
|
|
|
|
|
], |
124
|
|
|
|
|
|
|
leap => [ |
125
|
|
|
|
|
|
|
|
126
|
|
|
|
|
|
|
], |
127
|
|
|
|
|
|
|
}, |
128
|
|
|
|
|
|
|
}, |
129
|
|
|
|
|
|
|
}, |
130
|
|
|
|
|
|
|
} }, |
131
|
|
|
|
|
|
|
); |
132
|
|
|
|
|
|
|
|
133
|
|
|
|
|
|
|
has 'calendar_days' => ( |
134
|
|
|
|
|
|
|
is => 'ro', |
135
|
|
|
|
|
|
|
isa => HashRef, |
136
|
|
|
|
|
|
|
init_arg => undef, |
137
|
|
|
|
|
|
|
default => sub { { |
138
|
|
|
|
|
|
|
'gregorian' => { |
139
|
|
|
|
|
|
|
'format' => { |
140
|
|
|
|
|
|
|
abbreviated => { |
141
|
|
|
|
|
|
|
mon => 'пон.', |
142
|
|
|
|
|
|
|
tue => 'ÑÑ.', |
143
|
|
|
|
|
|
|
wed => 'ÑÑ.', |
144
|
|
|
|
|
|
|
thu => 'ÑеÑ.', |
145
|
|
|
|
|
|
|
fri => 'пеÑ.', |
146
|
|
|
|
|
|
|
sat => 'ÑÑб.', |
147
|
|
|
|
|
|
|
sun => 'нед.' |
148
|
|
|
|
|
|
|
}, |
149
|
|
|
|
|
|
|
wide => { |
150
|
|
|
|
|
|
|
mon => 'понедеÑак', |
151
|
|
|
|
|
|
|
tue => 'ÑÑоÑак', |
152
|
|
|
|
|
|
|
wed => 'ÑÑиÑеда', |
153
|
|
|
|
|
|
|
thu => 'ÑеÑвÑÑак', |
154
|
|
|
|
|
|
|
fri => 'пеÑак', |
155
|
|
|
|
|
|
|
sat => 'ÑÑбоÑа', |
156
|
|
|
|
|
|
|
sun => 'недÑеÑа' |
157
|
|
|
|
|
|
|
}, |
158
|
|
|
|
|
|
|
}, |
159
|
|
|
|
|
|
|
'stand-alone' => { |
160
|
|
|
|
|
|
|
abbreviated => { |
161
|
|
|
|
|
|
|
mon => 'пон.', |
162
|
|
|
|
|
|
|
tue => 'ÑÑ.', |
163
|
|
|
|
|
|
|
wed => 'ÑÑ.', |
164
|
|
|
|
|
|
|
thu => 'ÑеÑ.', |
165
|
|
|
|
|
|
|
fri => 'пеÑ.', |
166
|
|
|
|
|
|
|
sat => 'ÑÑб.', |
167
|
|
|
|
|
|
|
sun => 'нед.' |
168
|
|
|
|
|
|
|
}, |
169
|
|
|
|
|
|
|
wide => { |
170
|
|
|
|
|
|
|
mon => 'понедеÑак', |
171
|
|
|
|
|
|
|
tue => 'ÑÑоÑак', |
172
|
|
|
|
|
|
|
wed => 'ÑÑиÑеда', |
173
|
|
|
|
|
|
|
thu => 'ÑеÑвÑÑак', |
174
|
|
|
|
|
|
|
fri => 'пеÑак', |
175
|
|
|
|
|
|
|
sat => 'ÑÑбоÑа', |
176
|
|
|
|
|
|
|
sun => 'недÑеÑа' |
177
|
|
|
|
|
|
|
}, |
178
|
|
|
|
|
|
|
}, |
179
|
|
|
|
|
|
|
}, |
180
|
|
|
|
|
|
|
} }, |
181
|
|
|
|
|
|
|
); |
182
|
|
|
|
|
|
|
|
183
|
|
|
|
|
|
|
has 'day_period_data' => ( |
184
|
|
|
|
|
|
|
is => 'ro', |
185
|
|
|
|
|
|
|
isa => CodeRef, |
186
|
|
|
|
|
|
|
init_arg => undef, |
187
|
|
|
|
|
|
|
default => sub { sub { |
188
|
|
|
|
|
|
|
# Time in hhmm format |
189
|
|
|
|
|
|
|
my ($self, $type, $time, $day_period_type) = @_; |
190
|
|
|
|
|
|
|
$day_period_type //= 'default'; |
191
|
|
|
|
|
|
|
SWITCH: |
192
|
|
|
|
|
|
|
for ($type) { |
193
|
|
|
|
|
|
|
if ($_ eq 'gregorian') { |
194
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
195
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
196
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
197
|
|
|
|
|
|
|
return 'morning1' if $time >= 600 |
198
|
|
|
|
|
|
|
&& $time < 1200; |
199
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
200
|
|
|
|
|
|
|
&& $time < 1800; |
201
|
|
|
|
|
|
|
return 'night1' if $time >= 2100; |
202
|
|
|
|
|
|
|
return 'night1' if $time < 600; |
203
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
204
|
|
|
|
|
|
|
&& $time < 2100; |
205
|
|
|
|
|
|
|
} |
206
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
207
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
208
|
|
|
|
|
|
|
&& $time < 2100; |
209
|
|
|
|
|
|
|
return 'night1' if $time >= 2100; |
210
|
|
|
|
|
|
|
return 'night1' if $time < 600; |
211
|
|
|
|
|
|
|
return 'morning1' if $time >= 600 |
212
|
|
|
|
|
|
|
&& $time < 1200; |
213
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
214
|
|
|
|
|
|
|
&& $time < 1800; |
215
|
|
|
|
|
|
|
} |
216
|
|
|
|
|
|
|
last SWITCH; |
217
|
|
|
|
|
|
|
} |
218
|
|
|
|
|
|
|
if ($_ eq 'generic') { |
219
|
|
|
|
|
|
|
if($day_period_type eq 'default') { |
220
|
|
|
|
|
|
|
return 'noon' if $time == 1200; |
221
|
|
|
|
|
|
|
return 'midnight' if $time == 0; |
222
|
|
|
|
|
|
|
return 'morning1' if $time >= 600 |
223
|
|
|
|
|
|
|
&& $time < 1200; |
224
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
225
|
|
|
|
|
|
|
&& $time < 1800; |
226
|
|
|
|
|
|
|
return 'night1' if $time >= 2100; |
227
|
|
|
|
|
|
|
return 'night1' if $time < 600; |
228
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
229
|
|
|
|
|
|
|
&& $time < 2100; |
230
|
|
|
|
|
|
|
} |
231
|
|
|
|
|
|
|
if($day_period_type eq 'selection') { |
232
|
|
|
|
|
|
|
return 'evening1' if $time >= 1800 |
233
|
|
|
|
|
|
|
&& $time < 2100; |
234
|
|
|
|
|
|
|
return 'night1' if $time >= 2100; |
235
|
|
|
|
|
|
|
return 'night1' if $time < 600; |
236
|
|
|
|
|
|
|
return 'morning1' if $time >= 600 |
237
|
|
|
|
|
|
|
&& $time < 1200; |
238
|
|
|
|
|
|
|
return 'afternoon1' if $time >= 1200 |
239
|
|
|
|
|
|
|
&& $time < 1800; |
240
|
|
|
|
|
|
|
} |
241
|
|
|
|
|
|
|
last SWITCH; |
242
|
|
|
|
|
|
|
} |
243
|
|
|
|
|
|
|
} |
244
|
|
|
|
|
|
|
} }, |
245
|
|
|
|
|
|
|
); |
246
|
|
|
|
|
|
|
|
247
|
|
|
|
|
|
|
around day_period_data => sub { |
248
|
|
|
|
|
|
|
my ($orig, $self) = @_; |
249
|
|
|
|
|
|
|
return $self->$orig; |
250
|
|
|
|
|
|
|
}; |
251
|
|
|
|
|
|
|
|
252
|
|
|
|
|
|
|
has 'day_periods' => ( |
253
|
|
|
|
|
|
|
is => 'ro', |
254
|
|
|
|
|
|
|
isa => HashRef, |
255
|
|
|
|
|
|
|
init_arg => undef, |
256
|
|
|
|
|
|
|
default => sub { { |
257
|
|
|
|
|
|
|
'gregorian' => { |
258
|
|
|
|
|
|
|
'format' => { |
259
|
|
|
|
|
|
|
'abbreviated' => { |
260
|
|
|
|
|
|
|
'evening1' => q{веÑе}, |
261
|
|
|
|
|
|
|
'night1' => q{ноÑÑ}, |
262
|
|
|
|
|
|
|
'midnight' => q{поноÑ}, |
263
|
|
|
|
|
|
|
'afternoon1' => q{по под.}, |
264
|
|
|
|
|
|
|
'pm' => q{по подне}, |
265
|
|
|
|
|
|
|
'morning1' => q{ÑÑÑÑо}, |
266
|
|
|
|
|
|
|
'am' => q{пÑиÑе подне}, |
267
|
|
|
|
|
|
|
'noon' => q{подне}, |
268
|
|
|
|
|
|
|
}, |
269
|
|
|
|
|
|
|
'narrow' => { |
270
|
|
|
|
|
|
|
'afternoon1' => q{по под.}, |
271
|
|
|
|
|
|
|
'morning1' => q{ÑÑÑÑо}, |
272
|
|
|
|
|
|
|
'evening1' => q{веÑе}, |
273
|
|
|
|
|
|
|
'night1' => q{ноÑ}, |
274
|
|
|
|
|
|
|
'midnight' => q{поноÑ}, |
275
|
|
|
|
|
|
|
'noon' => q{подне}, |
276
|
|
|
|
|
|
|
}, |
277
|
|
|
|
|
|
|
'wide' => { |
278
|
|
|
|
|
|
|
'pm' => q{по подне}, |
279
|
|
|
|
|
|
|
'am' => q{пÑиÑе подне}, |
280
|
|
|
|
|
|
|
}, |
281
|
|
|
|
|
|
|
}, |
282
|
|
|
|
|
|
|
'stand-alone' => { |
283
|
|
|
|
|
|
|
'abbreviated' => { |
284
|
|
|
|
|
|
|
'am' => q{пÑиÑе подне}, |
285
|
|
|
|
|
|
|
'pm' => q{по подне}, |
286
|
|
|
|
|
|
|
}, |
287
|
|
|
|
|
|
|
'narrow' => { |
288
|
|
|
|
|
|
|
'pm' => q{p}, |
289
|
|
|
|
|
|
|
'am' => q{a}, |
290
|
|
|
|
|
|
|
}, |
291
|
|
|
|
|
|
|
'wide' => { |
292
|
|
|
|
|
|
|
'am' => q{пÑиÑе подне}, |
293
|
|
|
|
|
|
|
'pm' => q{по подне}, |
294
|
|
|
|
|
|
|
}, |
295
|
|
|
|
|
|
|
}, |
296
|
|
|
|
|
|
|
}, |
297
|
|
|
|
|
|
|
} }, |
298
|
|
|
|
|
|
|
); |
299
|
|
|
|
|
|
|
|
300
|
|
|
|
|
|
|
has 'eras' => ( |
301
|
|
|
|
|
|
|
is => 'ro', |
302
|
|
|
|
|
|
|
isa => HashRef, |
303
|
|
|
|
|
|
|
init_arg => undef, |
304
|
|
|
|
|
|
|
default => sub { { |
305
|
|
|
|
|
|
|
'generic' => { |
306
|
|
|
|
|
|
|
}, |
307
|
|
|
|
|
|
|
'gregorian' => { |
308
|
|
|
|
|
|
|
wide => { |
309
|
|
|
|
|
|
|
'0' => 'пÑиÑе нове еÑе' |
310
|
|
|
|
|
|
|
}, |
311
|
|
|
|
|
|
|
}, |
312
|
|
|
|
|
|
|
} }, |
313
|
|
|
|
|
|
|
); |
314
|
|
|
|
|
|
|
|
315
|
|
|
|
|
|
|
has 'date_formats' => ( |
316
|
|
|
|
|
|
|
is => 'ro', |
317
|
|
|
|
|
|
|
isa => HashRef, |
318
|
|
|
|
|
|
|
init_arg => undef, |
319
|
|
|
|
|
|
|
default => sub { { |
320
|
|
|
|
|
|
|
'generic' => { |
321
|
|
|
|
|
|
|
}, |
322
|
|
|
|
|
|
|
'gregorian' => { |
323
|
|
|
|
|
|
|
}, |
324
|
|
|
|
|
|
|
} }, |
325
|
|
|
|
|
|
|
); |
326
|
|
|
|
|
|
|
|
327
|
|
|
|
|
|
|
has 'time_formats' => ( |
328
|
|
|
|
|
|
|
is => 'ro', |
329
|
|
|
|
|
|
|
isa => HashRef, |
330
|
|
|
|
|
|
|
init_arg => undef, |
331
|
|
|
|
|
|
|
default => sub { { |
332
|
|
|
|
|
|
|
'generic' => { |
333
|
|
|
|
|
|
|
}, |
334
|
|
|
|
|
|
|
'gregorian' => { |
335
|
|
|
|
|
|
|
}, |
336
|
|
|
|
|
|
|
} }, |
337
|
|
|
|
|
|
|
); |
338
|
|
|
|
|
|
|
|
339
|
|
|
|
|
|
|
has 'datetime_formats' => ( |
340
|
|
|
|
|
|
|
is => 'ro', |
341
|
|
|
|
|
|
|
isa => HashRef, |
342
|
|
|
|
|
|
|
init_arg => undef, |
343
|
|
|
|
|
|
|
default => sub { { |
344
|
|
|
|
|
|
|
'generic' => { |
345
|
|
|
|
|
|
|
}, |
346
|
|
|
|
|
|
|
'gregorian' => { |
347
|
|
|
|
|
|
|
}, |
348
|
|
|
|
|
|
|
} }, |
349
|
|
|
|
|
|
|
); |
350
|
|
|
|
|
|
|
|
351
|
|
|
|
|
|
|
has 'datetime_formats_available_formats' => ( |
352
|
|
|
|
|
|
|
is => 'ro', |
353
|
|
|
|
|
|
|
isa => HashRef, |
354
|
|
|
|
|
|
|
init_arg => undef, |
355
|
|
|
|
|
|
|
default => sub { { |
356
|
|
|
|
|
|
|
'gregorian' => { |
357
|
|
|
|
|
|
|
MMMMW => q{W. 'ÑÑедмиÑа' 'Ñ' MMM}, |
358
|
|
|
|
|
|
|
yw => q{w. 'ÑÑедмиÑа' 'Ñ' Y.}, |
359
|
|
|
|
|
|
|
}, |
360
|
|
|
|
|
|
|
} }, |
361
|
|
|
|
|
|
|
); |
362
|
|
|
|
|
|
|
|
363
|
|
|
|
|
|
|
has 'datetime_formats_append_item' => ( |
364
|
|
|
|
|
|
|
is => 'ro', |
365
|
|
|
|
|
|
|
isa => HashRef, |
366
|
|
|
|
|
|
|
init_arg => undef, |
367
|
|
|
|
|
|
|
default => sub { { |
368
|
|
|
|
|
|
|
} }, |
369
|
|
|
|
|
|
|
); |
370
|
|
|
|
|
|
|
|
371
|
|
|
|
|
|
|
has 'datetime_formats_interval' => ( |
372
|
|
|
|
|
|
|
is => 'ro', |
373
|
|
|
|
|
|
|
isa => HashRef, |
374
|
|
|
|
|
|
|
init_arg => undef, |
375
|
|
|
|
|
|
|
default => sub { { |
376
|
|
|
|
|
|
|
'generic' => { |
377
|
|
|
|
|
|
|
MMMEd => { |
378
|
|
|
|
|
|
|
M => q{E, d. MMM â E, d. MMM}, |
379
|
|
|
|
|
|
|
d => q{E, d. MMM â E, d. MMM}, |
380
|
|
|
|
|
|
|
}, |
381
|
|
|
|
|
|
|
}, |
382
|
|
|
|
|
|
|
} }, |
383
|
|
|
|
|
|
|
); |
384
|
|
|
|
|
|
|
|
385
|
1
|
|
|
1
|
|
1525
|
no Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
5
|
|
386
|
|
|
|
|
|
|
|
387
|
|
|
|
|
|
|
1; |
388
|
|
|
|
|
|
|
|
389
|
|
|
|
|
|
|
# vim: tabstop=4 |