File Coverage

blib/lib/Locale/CLDR/Locales/Ii.pm
Criterion Covered Total %
statement 32 32 100.0
branch n/a
condition n/a
subroutine 11 11 100.0
pod n/a
total 43 43 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1 NAME
4              
5             Locale::CLDR::Locales::Ii - Package for language Sichuan Yi
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Ii;
10             # This file auto generated from Data\common\main\ii.xml
11             # on Fri 13 Oct 9:21:14 am GMT
12              
13 1     1   974685 use strict;
  1         3  
  1         28  
14 1     1   4 use warnings;
  1         2  
  1         25  
15 1     1   4 use version;
  1         2  
  1         8  
16              
17             our $VERSION = version->declare('v0.34.2');
18              
19 1     1   95 use v5.10.1;
  1         4  
20 1     1   5 use mro 'c3';
  1         1  
  1         7  
21 1     1   23 use utf8;
  1         1  
  1         7  
22 1     1   29 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         15  
23 1     1   129 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         9  
24 1     1   997 use Moo;
  1         2  
  1         6  
25              
26             extends('Locale::CLDR::Locales::Root');
27             has 'display_name_language' => (
28             is => 'ro',
29             isa => CodeRef,
30             init_arg => undef,
31             default => sub {
32             sub {
33             my %languages = (
34             'de' => 'ꄓꇩꉙ',
35             'en' => 'ꑱꇩꉙ',
36             'es' => 'ꑭꀠꑸꉙ',
37             'fr' => 'ꃔꇩꉙ',
38             'ii' => 'ꆈꌠꉙ',
39             'it' => 'ꑴꄊꆺꉙ',
40             'ja' => 'ꏝꀪꉙ',
41             'pt' => 'ꁍꄨꑸꉙ',
42             'pt_BR' => 'ꀠꑟꁍꄨꑸꉙ',
43             'ru' => 'ꊉꇩꉙ',
44             'und' => 'ꅉꀋꌠꅇꂷ',
45             'zh' => 'ꍏꇩꉙ',
46             'zh_Hans' => 'ꈝꐯꍏꇩꉙ',
47             'zh_Hant' => 'ꀎꋏꍏꇩꉙ',
48              
49             );
50             if (@_) {
51             return $languages{$_[0]};
52             }
53             return \%languages;
54             }
55             },
56             );
57              
58             has 'display_name_script' => (
59             is => 'ro',
60             isa => CodeRef,
61             init_arg => undef,
62             default => sub {
63             sub {
64             my %scripts = (
65             'Arab' => 'ꀊꇁꀨꁱꂷ',
66             'Cyrl' => 'ꀊꆨꌦꇁꃚꁱꂷ',
67             'Hans' => 'ꈝꐯꉌꈲꁱꂷ',
68             'Hant' => 'ꀎꋏꉌꈲꁱꂷ',
69             'Latn' => 'ꇁꄀꁱꂷ',
70             'Yiii' => 'ꆈꌠꁱꂷ',
71             'Zxxx' => 'ꁱꀋꉆꌠ',
72             'Zzzz' => 'ꅉꀋꐚꌠꁱꂷ',
73              
74             );
75             if ( @_ ) {
76             return $scripts{$_[0]};
77             }
78             return \%scripts;
79             }
80             }
81             );
82              
83             has 'display_name_region' => (
84             is => 'ro',
85             isa => HashRef[Str],
86             init_arg => undef,
87             default => sub {
88             {
89             'BR' => 'ꀠꑭ',
90             'CN' => 'ꍏꇩ',
91             'DE' => 'ꄓꇩ',
92             'FR' => 'ꃔꇩ',
93             'GB' => 'ꑱꇩ',
94             'IN' => 'ꑴꄗ',
95             'IT' => 'ꑴꄊꆺ',
96             'JP' => 'ꏝꀪ',
97             'RU' => 'ꊉꇆꌦ',
98             'US' => 'ꂰꇩ',
99             'ZZ' => 'ꃅꄷꅉꀋꐚꌠ',
100              
101             }
102             },
103             );
104              
105             has 'display_name_type' => (
106             is => 'ro',
107             isa => HashRef[HashRef[Str]],
108             init_arg => undef,
109             default => sub {
110             {
111             'calendar' => {
112             'gregorian' => q{ꄉꉻꃅꑍ},
113             'islamic' => q{ꑳꌦꇂꑍꉖ},
114             },
115              
116             }
117             },
118             );
119              
120             has 'display_name_measurement_system' => (
121             is => 'ro',
122             isa => HashRef[Str],
123             init_arg => undef,
124             default => sub {
125             {
126             'metric' => q{ꂰꌬꌠ},
127             'US' => q{ꂰꇩ},
128              
129             }
130             },
131             );
132              
133             has 'display_name_code_patterns' => (
134             is => 'ro',
135             isa => HashRef[Str],
136             init_arg => undef,
137             default => sub {
138             {
139             'language' => 'ꅇꉙ: {0}',
140             'script' => 'ꇇꁱ: {0}',
141             'region' => 'ꃅꄷ: {0}',
142              
143             }
144             },
145             );
146              
147             has 'characters' => (
148             is => 'ro',
149             isa => HashRef,
150             init_arg => undef,
151             default => $^V ge v5.18.0
152             ? eval <<'EOT'
153             sub {
154             no warnings 'experimental::regex_sets';
155             return {
156             index => ['ꀀ', 'ꀋ', 'ꀗ', 'ꀣ', 'ꀯ', 'ꀺ', 'ꁆ', 'ꁒ', 'ꁞ', 'ꁩ', 'ꁵ', 'ꂁ', 'ꂍ', 'ꂘ', 'ꂤ', 'ꂰ', 'ꂼ', 'ꃇ', 'ꃓ', 'ꃟ', 'ꃫ', 'ꃶ', 'ꄂ', 'ꄎ', 'ꄚ', 'ꄥ', 'ꄱ', 'ꄽ', 'ꅉ', 'ꅔ', 'ꅠ', 'ꅬ', 'ꅸ', 'ꆃ', 'ꆏ', 'ꆛ', 'ꆧ', 'ꆳ', 'ꆾ', 'ꇊ', 'ꇖ', 'ꇢ', 'ꇭ', 'ꇹ', 'ꈅ', 'ꈑ', 'ꈜ', 'ꈨ', 'ꈴ', 'ꉀ', 'ꉋ', 'ꉗ', 'ꉣ', 'ꉯ', 'ꉺ', 'ꊆ', 'ꊒ', 'ꊞ', 'ꊩ', 'ꊵ', 'ꋁ', 'ꋍ', 'ꋘ', 'ꋤ', 'ꋰ', 'ꋼ', 'ꌇ', 'ꌓ', 'ꌟ', 'ꌫ', 'ꌷ', 'ꍂ', 'ꍎ', 'ꍚ', 'ꍦ', 'ꍱ', 'ꍽ', 'ꎉ', 'ꎕ', 'ꎠ', 'ꎬ', 'ꎸ', 'ꏄ', 'ꏏ', 'ꏛ', 'ꏧ', 'ꏳ', 'ꏾ', 'ꐊ', 'ꐖ', 'ꐢ', 'ꐭ', 'ꐹ', 'ꑅ', 'ꑑ', 'ꑜ', 'ꑨ', 'ꑴ', 'ꒀ', 'ꒋ'],
157             main => qr{[ꀀ-ꒌ]},
158             numbers => qr{[\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]},
159             };
160             },
161             EOT
162             : sub {
163             return { index => ['ꀀ', 'ꀋ', 'ꀗ', 'ꀣ', 'ꀯ', 'ꀺ', 'ꁆ', 'ꁒ', 'ꁞ', 'ꁩ', 'ꁵ', 'ꂁ', 'ꂍ', 'ꂘ', 'ꂤ', 'ꂰ', 'ꂼ', 'ꃇ', 'ꃓ', 'ꃟ', 'ꃫ', 'ꃶ', 'ꄂ', 'ꄎ', 'ꄚ', 'ꄥ', 'ꄱ', 'ꄽ', 'ꅉ', 'ꅔ', 'ꅠ', 'ꅬ', 'ꅸ', 'ꆃ', 'ꆏ', 'ꆛ', 'ꆧ', 'ꆳ', 'ꆾ', 'ꇊ', 'ꇖ', 'ꇢ', 'ꇭ', 'ꇹ', 'ꈅ', 'ꈑ', 'ꈜ', 'ꈨ', 'ꈴ', 'ꉀ', 'ꉋ', 'ꉗ', 'ꉣ', 'ꉯ', 'ꉺ', 'ꊆ', 'ꊒ', 'ꊞ', 'ꊩ', 'ꊵ', 'ꋁ', 'ꋍ', 'ꋘ', 'ꋤ', 'ꋰ', 'ꋼ', 'ꌇ', 'ꌓ', 'ꌟ', 'ꌫ', 'ꌷ', 'ꍂ', 'ꍎ', 'ꍚ', 'ꍦ', 'ꍱ', 'ꍽ', 'ꎉ', 'ꎕ', 'ꎠ', 'ꎬ', 'ꎸ', 'ꏄ', 'ꏏ', 'ꏛ', 'ꏧ', 'ꏳ', 'ꏾ', 'ꐊ', 'ꐖ', 'ꐢ', 'ꐭ', 'ꐹ', 'ꑅ', 'ꑑ', 'ꑜ', 'ꑨ', 'ꑴ', 'ꒀ', 'ꒋ'], };
164             },
165 1     1   106 );
  1         2  
  1         182  
166              
167              
168             has 'yesstr' => (
169             is => 'ro',
170             isa => RegexpRef,
171             init_arg => undef,
172             default => sub { qr'^(?i:ꉬ|yes|y)$' }
173             );
174              
175             has 'nostr' => (
176             is => 'ro',
177             isa => RegexpRef,
178             init_arg => undef,
179             default => sub { qr'^(?i:ꀋꉬ|no|n)$' }
180             );
181              
182             has 'number_symbols' => (
183             is => 'ro',
184             isa => HashRef,
185             init_arg => undef,
186             default => sub { {
187             'latn' => {
188             'decimal' => q(.),
189             'group' => q(,),
190             'minusSign' => q(-),
191             'percentSign' => q(%),
192             'plusSign' => q(+),
193             },
194             } }
195             );
196              
197             has 'number_formats' => (
198             is => 'ro',
199             isa => HashRef,
200             init_arg => undef,
201             default => sub { {
202             decimalFormat => {
203             'default' => {
204             'standard' => {
205             'default' => '#,##0.###',
206             },
207             },
208             },
209             percentFormat => {
210             'default' => {
211             'standard' => {
212             'default' => '#,##0%',
213             },
214             },
215             },
216             scientificFormat => {
217             'default' => {
218             'standard' => {
219             'default' => '#E0',
220             },
221             },
222             },
223             } },
224             );
225              
226             has 'number_currency_formats' => (
227             is => 'ro',
228             isa => HashRef,
229             init_arg => undef,
230             default => sub { {
231             'latn' => {
232             'pattern' => {
233             'default' => {
234             'standard' => {
235             'positive' => '¤ #,##0.00',
236             },
237             },
238             },
239             },
240             } },
241             );
242              
243             has 'currencies' => (
244             is => 'ro',
245             isa => HashRef,
246             init_arg => undef,
247             default => sub { {
248             'CNY' => {
249             symbol => '¥',
250             },
251             'XXX' => {
252             display_name => {
253             'currency' => q(ꅉꀋꐚꌠꌋꆀꎆꃀꀋꈁꀐꌠ),
254             },
255             },
256             } },
257             );
258              
259              
260             has 'calendar_months' => (
261             is => 'ro',
262             isa => HashRef,
263             init_arg => undef,
264             default => sub { {
265             'gregorian' => {
266             'format' => {
267             abbreviated => {
268             nonleap => [
269             'ꋍꆪ',
270             'ꑍꆪ',
271             'ꌕꆪ',
272             'ꇖꆪ',
273             'ꉬꆪ',
274             'ꃘꆪ',
275             'ꏃꆪ',
276             'ꉆꆪ',
277             'ꈬꆪ',
278             'ꊰꆪ',
279             'ꊰꊪꆪ',
280             'ꊰꑋꆪ'
281             ],
282             leap => [
283            
284             ],
285             },
286             narrow => {
287             nonleap => [
288             '1',
289             '2',
290             '3',
291             '4',
292             '5',
293             '6',
294             '7',
295             '8',
296             '9',
297             '10',
298             '11',
299             '12'
300             ],
301             leap => [
302            
303             ],
304             },
305             wide => {
306             nonleap => [
307             'ꋍꆪ',
308             'ꑍꆪ',
309             'ꌕꆪ',
310             'ꇖꆪ',
311             'ꉬꆪ',
312             'ꃘꆪ',
313             'ꏃꆪ',
314             'ꉆꆪ',
315             'ꈬꆪ',
316             'ꊰꆪ',
317             'ꊰꊪꆪ',
318             'ꊰꑋꆪ'
319             ],
320             leap => [
321            
322             ],
323             },
324             },
325             'stand-alone' => {
326             abbreviated => {
327             nonleap => [
328             'ꋍꆪ',
329             'ꑍꆪ',
330             'ꌕꆪ',
331             'ꇖꆪ',
332             'ꉬꆪ',
333             'ꃘꆪ',
334             'ꏃꆪ',
335             'ꉆꆪ',
336             'ꈬꆪ',
337             'ꊰꆪ',
338             'ꊰꊪꆪ',
339             'ꊰꑋꆪ'
340             ],
341             leap => [
342            
343             ],
344             },
345             narrow => {
346             nonleap => [
347             '1',
348             '2',
349             '3',
350             '4',
351             '5',
352             '6',
353             '7',
354             '8',
355             '9',
356             '10',
357             '11',
358             '12'
359             ],
360             leap => [
361            
362             ],
363             },
364             wide => {
365             nonleap => [
366             'ꋍꆪ',
367             'ꑍꆪ',
368             'ꌕꆪ',
369             'ꇖꆪ',
370             'ꉬꆪ',
371             'ꃘꆪ',
372             'ꏃꆪ',
373             'ꉆꆪ',
374             'ꈬꆪ',
375             'ꊰꆪ',
376             'ꊰꊪꆪ',
377             'ꊰꑋꆪ'
378             ],
379             leap => [
380            
381             ],
382             },
383             },
384             },
385             } },
386             );
387              
388             has 'calendar_days' => (
389             is => 'ro',
390             isa => HashRef,
391             init_arg => undef,
392             default => sub { {
393             'gregorian' => {
394             'format' => {
395             abbreviated => {
396             mon => 'ꆏꋍ',
397             tue => 'ꆏꑍ',
398             wed => 'ꆏꌕ',
399             thu => 'ꆏꇖ',
400             fri => 'ꆏꉬ',
401             sat => 'ꆏꃘ',
402             sun => 'ꑭꆏ'
403             },
404             narrow => {
405             mon => 'ꋍ',
406             tue => 'ꑍ',
407             wed => 'ꌕ',
408             thu => 'ꇖ',
409             fri => 'ꉬ',
410             sat => 'ꃘ',
411             sun => 'ꆏ'
412             },
413             wide => {
414             mon => 'ꆏꊂꋍ',
415             tue => 'ꆏꊂꑍ',
416             wed => 'ꆏꊂꌕ',
417             thu => 'ꆏꊂꇖ',
418             fri => 'ꆏꊂꉬ',
419             sat => 'ꆏꊂꃘ',
420             sun => 'ꑭꆏꑍ'
421             },
422             },
423             'stand-alone' => {
424             abbreviated => {
425             mon => 'ꆏꋍ',
426             tue => 'ꆏꑍ',
427             wed => 'ꆏꌕ',
428             thu => 'ꆏꇖ',
429             fri => 'ꆏꉬ',
430             sat => 'ꆏꃘ',
431             sun => 'ꑭꆏ'
432             },
433             narrow => {
434             mon => 'ꋍ',
435             tue => 'ꑍ',
436             wed => 'ꌕ',
437             thu => 'ꇖ',
438             fri => 'ꉬ',
439             sat => 'ꃘ',
440             sun => 'ꆏ'
441             },
442             wide => {
443             mon => 'ꆏꊂꋍ',
444             tue => 'ꆏꊂꑍ',
445             wed => 'ꆏꊂꌕ',
446             thu => 'ꆏꊂꇖ',
447             fri => 'ꆏꊂꉬ',
448             sat => 'ꆏꊂꃘ',
449             sun => 'ꑭꆏꑍ'
450             },
451             },
452             },
453             } },
454             );
455              
456             has 'calendar_quarters' => (
457             is => 'ro',
458             isa => HashRef,
459             init_arg => undef,
460             default => sub { {
461             'gregorian' => {
462             'format' => {
463             abbreviated => {0 => 'ꃅꑌ',
464             1 => 'ꃅꎸ',
465             2 => 'ꃅꍵ',
466             3 => 'ꃅꋆ'
467             },
468             narrow => {0 => '1',
469             1 => '2',
470             2 => '3',
471             3 => '4'
472             },
473             wide => {0 => 'ꃅꑌ',
474             1 => 'ꃅꎸ',
475             2 => 'ꃅꍵ',
476             3 => 'ꃅꋆ'
477             },
478             },
479             'stand-alone' => {
480             abbreviated => {0 => 'ꃅꑌ',
481             1 => 'ꃅꎸ',
482             2 => 'ꃅꍵ',
483             3 => 'ꃅꋆ'
484             },
485             narrow => {0 => '1',
486             1 => '2',
487             2 => '3',
488             3 => '4'
489             },
490             wide => {0 => 'ꃅꑌ',
491             1 => 'ꃅꎸ',
492             2 => 'ꃅꍵ',
493             3 => 'ꃅꋆ'
494             },
495             },
496             },
497             } },
498             );
499              
500             has 'day_periods' => (
501             is => 'ro',
502             isa => HashRef,
503             init_arg => undef,
504             default => sub { {
505             'gregorian' => {
506             'format' => {
507             'abbreviated' => {
508             'am' => q{ꎸꄑ},
509             'pm' => q{ꁯꋒ},
510             },
511             'wide' => {
512             'am' => q{ꎸꄑ},
513             'pm' => q{ꁯꋒ},
514             },
515             },
516             },
517             } },
518             );
519              
520             has 'eras' => (
521             is => 'ro',
522             isa => HashRef,
523             init_arg => undef,
524             default => sub { {
525             'gregorian' => {
526             abbreviated => {
527             '0' => 'ꃅꋊꂿ',
528             '1' => 'ꃅꋊꊂ'
529             },
530             },
531             } },
532             );
533              
534             has 'date_formats' => (
535             is => 'ro',
536             isa => HashRef,
537             init_arg => undef,
538             default => sub { {
539             'gregorian' => {
540             'full' => q{y MMMM d, EEEE},
541             'long' => q{y MMMM d},
542             'medium' => q{y MMM d},
543             'short' => q{y-MM-dd},
544             },
545             } },
546             );
547              
548             has 'time_formats' => (
549             is => 'ro',
550             isa => HashRef,
551             init_arg => undef,
552             default => sub { {
553             'gregorian' => {
554             'full' => q{h:mm:ss a zzzz},
555             'long' => q{h:mm:ss a z},
556             'medium' => q{h:mm:ss a},
557             'short' => q{h:mm a},
558             },
559             } },
560             );
561              
562             has 'datetime_formats' => (
563             is => 'ro',
564             isa => HashRef,
565             init_arg => undef,
566             default => sub { {
567             'gregorian' => {
568             'full' => q{{1} {0}},
569             'long' => q{{1} {0}},
570             'medium' => q{{1} {0}},
571             'short' => q{{1} {0}},
572             },
573             } },
574             );
575              
576             has 'datetime_formats_available_formats' => (
577             is => 'ro',
578             isa => HashRef,
579             init_arg => undef,
580             default => sub { {
581             'gregorian' => {
582             E => q{ccc},
583             EHm => q{E HH:mm},
584             EHms => q{E HH:mm:ss},
585             Ed => q{d, E},
586             Ehm => q{E h:mm a},
587             Ehms => q{E h:mm:ss a},
588             Gy => q{G y},
589             GyMMM => q{G y MMM},
590             GyMMMEd => q{G y MMM d, E},
591             GyMMMd => q{G y MMM d},
592             H => q{HH},
593             Hm => q{HH:mm},
594             Hms => q{HH:mm:ss},
595             M => q{L},
596             MEd => q{MM-dd, E},
597             MMM => q{LLL},
598             MMMEd => q{MMM d, E},
599             MMMMd => q{MMMM d},
600             MMMd => q{MMM d},
601             Md => q{MM-dd},
602             d => q{d},
603             h => q{h a},
604             hm => q{h:mm a},
605             hms => q{h:mm:ss a},
606             ms => q{mm:ss},
607             y => q{y},
608             yM => q{y-MM},
609             yMEd => q{y-MM-dd, E},
610             yMMM => q{y MMM},
611             yMMMEd => q{y MMM d, E},
612             yMMMM => q{y MMMM},
613             yMMMd => q{y MMM d},
614             yMd => q{y-MM-dd},
615             yQQQ => q{y QQQ},
616             yQQQQ => q{y QQQQ},
617             },
618             } },
619             );
620              
621             has 'datetime_formats_append_item' => (
622             is => 'ro',
623             isa => HashRef,
624             init_arg => undef,
625             default => sub { {
626             'gregorian' => {
627             'Timezone' => '{0} {1}',
628             },
629             } },
630             );
631              
632             has 'datetime_formats_interval' => (
633             is => 'ro',
634             isa => HashRef,
635             init_arg => undef,
636             default => sub { {
637             'gregorian' => {
638             H => {
639             H => q{HH–HH},
640             },
641             Hm => {
642             H => q{HH:mm–HH:mm},
643             m => q{HH:mm–HH:mm},
644             },
645             Hmv => {
646             H => q{HH:mm–HH:mm v},
647             m => q{HH:mm–HH:mm v},
648             },
649             Hv => {
650             H => q{HH–HH v},
651             },
652             M => {
653             M => q{MM–MM},
654             },
655             MEd => {
656             M => q{MM-dd, E – MM-dd, E},
657             d => q{MM-dd, E – MM-dd, E},
658             },
659             MMM => {
660             M => q{LLL–LLL},
661             },
662             MMMEd => {
663             M => q{MMM d, E – MMM d, E},
664             d => q{MMM d, E – MMM d, E},
665             },
666             MMMd => {
667             M => q{MMM d – MMM d},
668             d => q{MMM d–d},
669             },
670             Md => {
671             M => q{MM-dd – MM-dd},
672             d => q{MM-dd – MM-dd},
673             },
674             d => {
675             d => q{d–d},
676             },
677             fallback => '{0} – {1}',
678             h => {
679             a => q{h a – h a},
680             h => q{h–h a},
681             },
682             hm => {
683             a => q{h:mm a – h:mm a},
684             h => q{h:mm–h:mm a},
685             m => q{h:mm–h:mm a},
686             },
687             hmv => {
688             a => q{h:mm a – h:mm a v},
689             h => q{h:mm–h:mm a v},
690             m => q{h:mm–h:mm a v},
691             },
692             hv => {
693             a => q{h a – h a v},
694             h => q{h–h a v},
695             },
696             y => {
697             y => q{y–y},
698             },
699             yM => {
700             M => q{y-MM – y-MM},
701             y => q{y-MM – y-MM},
702             },
703             yMEd => {
704             M => q{y-MM-dd, E – y-MM-dd, E},
705             d => q{y-MM-dd, E – y-MM-dd, E},
706             y => q{y-MM-dd, E – y-MM-dd, E},
707             },
708             yMMM => {
709             M => q{y MMM–MMM},
710             y => q{y MMM – y MMM},
711             },
712             yMMMEd => {
713             M => q{y MMM d, E – MMM d, E},
714             d => q{y MMM d, E – MMM d, E},
715             y => q{y MMM d, E – y MMM d, E},
716             },
717             yMMMM => {
718             M => q{y MMMM–MMMM},
719             y => q{y MMMM – y MMMM},
720             },
721             yMMMd => {
722             M => q{y MMM d – MMM d},
723             d => q{y MMM d–d},
724             y => q{y MMM d – y MMM d},
725             },
726             yMd => {
727             M => q{y-MM-dd – y-MM-dd},
728             d => q{y-MM-dd – y-MM-dd},
729             y => q{y-MM-dd – y-MM-dd},
730             },
731             },
732             } },
733             );
734              
735             has 'time_zone_names' => (
736             is => 'ro',
737             isa => HashRef,
738             init_arg => undef,
739             default => sub { {
740             'Etc/Unknown' => {
741             exemplarCity => q#ꅉꀋꐚꌠ#,
742             },
743             } }
744             );
745 1     1   9032 no Moo;
  1         1  
  1         7  
746              
747             1;
748              
749             # vim: tabstop=4