File Coverage

blib/lib/Locale/CLDR/Locales/Ff/Any/Mr.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::Ff::Any::Mr - Package for language Fulah
4              
5             =cut
6              
7             package Locale::CLDR::Locales::Ff::Any::Mr;
8             # This file auto generated from Data\common\main\ff_MR.xml
9             # on Sun 24 Apr 8:27:07 am GMT
10              
11 1     1   952 use version;
  1         1  
  1         6  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 1     1   83 use v5.10.1;
  1         2  
16 1     1   4 use mro 'c3';
  1         1  
  1         7  
17 1     1   30 use utf8;
  1         1  
  1         6  
18 1     1   30 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         14  
19              
20 1     1   93 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         6  
21 1     1   739 use Moo;
  1         2  
  1         5  
22              
23             extends('Locale::CLDR::Locales::Ff::Any');
24             has 'currencies' => (
25             is => 'ro',
26             isa => HashRef,
27             init_arg => undef,
28             default => sub { {
29             'MRO' => {
30             symbol => 'UM',
31             },
32             } },
33             );
34              
35              
36             has 'eras' => (
37             is => 'ro',
38             isa => HashRef,
39             init_arg => undef,
40             default => sub { {
41             'gregorian' => {
42             },
43             } },
44             );
45              
46             has 'date_formats' => (
47             is => 'ro',
48             isa => HashRef,
49             init_arg => undef,
50             default => sub { {
51             'gregorian' => {
52             },
53             } },
54             );
55              
56             has 'time_formats' => (
57             is => 'ro',
58             isa => HashRef,
59             init_arg => undef,
60             default => sub { {
61             'gregorian' => {
62             'full' => q{h:mm:ss a zzzz},
63             'long' => q{h:mm:ss a z},
64             'medium' => q{h:mm:ss a},
65             'short' => q{h:mm a},
66             },
67             } },
68             );
69              
70             has 'datetime_formats' => (
71             is => 'ro',
72             isa => HashRef,
73             init_arg => undef,
74             default => sub { {
75             'gregorian' => {
76             },
77             } },
78             );
79              
80             has 'datetime_formats_available_formats' => (
81             is => 'ro',
82             isa => HashRef,
83             init_arg => undef,
84             default => sub { {
85             } },
86             );
87              
88             has 'datetime_formats_append_item' => (
89             is => 'ro',
90             isa => HashRef,
91             init_arg => undef,
92             default => sub { {
93             } },
94             );
95              
96             has 'datetime_formats_interval' => (
97             is => 'ro',
98             isa => HashRef,
99             init_arg => undef,
100             default => sub { {
101             } },
102             );
103              
104 1     1   2744 no Moo;
  1         2  
  1         13  
105              
106             1;
107              
108             # vim: tabstop=4