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