File Coverage

blib/lib/Locale/CLDR/Locales/Pt/Any/Mz.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::Mz - Package for language Portuguese
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/pt_MZ.xml
10             # on Mon 11 Apr 5:36:40 pm GMT
11              
12             use strict;
13 1     1   1064 use warnings;
  1         2  
  1         24  
14 1     1   5 use version;
  1         2  
  1         35  
15 1     1   4  
  1         2  
  1         5  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 1     1   98 use mro 'c3';
  1         3  
20 1     1   4 use utf8;
  1         2  
  1         13  
21 1     1   125 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         6  
22 1     1   28 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         1  
  1         19  
23 1     1   136 use Moo;
  1         2  
  1         16  
24 1     1   1284  
  1         2  
  1         6  
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             'MZN' => {
32             symbol => 'MTn',
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   509  
  1         1  
  1         4  
75             1;
76              
77             # vim: tabstop=4