line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Pt::Any::Ao - Package for language Portuguese |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Pt::Any::Ao; |
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\pt_AO.xml |
11
|
|
|
|
|
|
|
# on Sun 16 Dec 4:33:57 pm GMT |
12
|
|
|
|
|
|
|
|
13
|
1
|
|
|
1
|
|
1236
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
28
|
|
14
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
26
|
|
15
|
1
|
|
|
1
|
|
4
|
use version; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
14
|
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.0'); |
18
|
|
|
|
|
|
|
|
19
|
1
|
|
|
1
|
|
106
|
use v5.10.1; |
|
1
|
|
|
|
|
3
|
|
20
|
1
|
|
|
1
|
|
5
|
use mro 'c3'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
9
|
|
21
|
1
|
|
|
1
|
|
36
|
use utf8; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
8
|
|
22
|
1
|
|
|
1
|
|
30
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
14
|
|
23
|
1
|
|
|
1
|
|
121
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
9
|
|
24
|
1
|
|
|
1
|
|
1015
|
use Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
5
|
|
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Pt::Any::Pt'); |
27
|
|
|
|
|
|
|
has 'minimum_grouping_digits' => ( |
28
|
|
|
|
|
|
|
is =>'ro', |
29
|
|
|
|
|
|
|
isa => Int, |
30
|
|
|
|
|
|
|
init_arg => undef, |
31
|
|
|
|
|
|
|
default => 1, |
32
|
|
|
|
|
|
|
); |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
has 'currencies' => ( |
35
|
|
|
|
|
|
|
is => 'ro', |
36
|
|
|
|
|
|
|
isa => HashRef, |
37
|
|
|
|
|
|
|
init_arg => undef, |
38
|
|
|
|
|
|
|
default => sub { { |
39
|
|
|
|
|
|
|
'AOA' => { |
40
|
|
|
|
|
|
|
symbol => 'Kz', |
41
|
|
|
|
|
|
|
}, |
42
|
|
|
|
|
|
|
} }, |
43
|
|
|
|
|
|
|
); |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
has 'time_zone_names' => ( |
47
|
|
|
|
|
|
|
is => 'ro', |
48
|
|
|
|
|
|
|
isa => HashRef, |
49
|
|
|
|
|
|
|
init_arg => undef, |
50
|
|
|
|
|
|
|
default => sub { { |
51
|
|
|
|
|
|
|
'Azores' => { |
52
|
|
|
|
|
|
|
short => { |
53
|
|
|
|
|
|
|
'daylight' => q#â
â
â
#, |
54
|
|
|
|
|
|
|
'generic' => q#â
â
â
#, |
55
|
|
|
|
|
|
|
'standard' => q#â
â
â
#, |
56
|
|
|
|
|
|
|
}, |
57
|
|
|
|
|
|
|
}, |
58
|
|
|
|
|
|
|
'Europe_Central' => { |
59
|
|
|
|
|
|
|
short => { |
60
|
|
|
|
|
|
|
'daylight' => q#â
â
â
#, |
61
|
|
|
|
|
|
|
'generic' => q#â
â
â
#, |
62
|
|
|
|
|
|
|
'standard' => q#â
â
â
#, |
63
|
|
|
|
|
|
|
}, |
64
|
|
|
|
|
|
|
}, |
65
|
|
|
|
|
|
|
'Europe_Eastern' => { |
66
|
|
|
|
|
|
|
short => { |
67
|
|
|
|
|
|
|
'daylight' => q#â
â
â
#, |
68
|
|
|
|
|
|
|
'generic' => q#â
â
â
#, |
69
|
|
|
|
|
|
|
'standard' => q#â
â
â
#, |
70
|
|
|
|
|
|
|
}, |
71
|
|
|
|
|
|
|
}, |
72
|
|
|
|
|
|
|
'Europe_Western' => { |
73
|
|
|
|
|
|
|
short => { |
74
|
|
|
|
|
|
|
'daylight' => q#â
â
â
#, |
75
|
|
|
|
|
|
|
'generic' => q#â
â
â
#, |
76
|
|
|
|
|
|
|
'standard' => q#â
â
â
#, |
77
|
|
|
|
|
|
|
}, |
78
|
|
|
|
|
|
|
}, |
79
|
|
|
|
|
|
|
} } |
80
|
|
|
|
|
|
|
); |
81
|
1
|
|
|
1
|
|
490
|
no Moo; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
4
|
|
82
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
1; |
84
|
|
|
|
|
|
|
|
85
|
|
|
|
|
|
|
# vim: tabstop=4 |