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