File Coverage

blib/lib/Locale/CLDR/Locales/Pt/Any/Mz.pm
Criterion Covered Total %
statement 23 23 100.0
branch n/a
condition n/a
subroutine 8 8 100.0
pod n/a
total 31 31 100.0


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