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