File Coverage

blib/lib/Locale/CLDR/Locales/Pt/Any/Ao.pm
Criterion Covered Total %
statement 29 29 100.0
branch n/a
condition n/a
subroutine 10 10 100.0
pod n/a
total 39 39 100.0


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