File Coverage

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