File Coverage

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