File Coverage

blib/lib/Locale/CLDR/Locales/Aa/Latn/Dj.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::Aa::Latn::Dj - Package for language Afar
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Aa::Latn::Dj;
10             # This file auto generated from Data\common\main\aa_DJ.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   1714 use strict;
  1         3  
  1         40  
14 1     1   5 use warnings;
  1         2  
  1         57  
15 1     1   5 use version;
  1         3  
  1         6  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   136 use v5.12.0;
  1         5  
20 1     1   30 use mro 'c3';
  1         4  
  1         19  
21 1     1   41 use utf8;
  1         2  
  1         9  
22 1     1   52 use feature 'unicode_strings';
  1         2  
  1         177  
23 1     1   6 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         11  
24 1     1   2959 use Moo;
  1         2  
  1         8  
25              
26             extends('Locale::CLDR::Locales::Aa::Latn');
27             has 'currencies' => (
28             is => 'ro',
29             isa => HashRef,
30             init_arg => undef,
31             default => sub { {
32             'DJF' => {
33             symbol => 'Fdj',
34             },
35             } },
36             );
37              
38              
39             has 'calendar_months' => (
40             is => 'ro',
41             isa => HashRef,
42             init_arg => undef,
43             default => sub { {
44             'gregorian' => {
45             'format' => {
46             wide => {
47             nonleap => [
48             'Qunxa Garablu',
49             'Kudo',
50             'Ciggilta Kudo',
51             'Agda Baxis',
52             'Caxah Alsa',
53             'Qasa Dirri',
54             'Qado Dirri',
55             'Leqeeni',
56             'Waysu',
57             'Diteli',
58             'Ximoli',
59             'Kaxxa Garablu'
60             ],
61             leap => [
62            
63             ],
64             },
65             },
66             },
67             } },
68             );
69              
70             has 'eras' => (
71             is => 'ro',
72             isa => HashRef,
73             init_arg => undef,
74             default => sub { {
75             'gregorian' => {
76             },
77             } },
78             );
79              
80             has 'date_formats' => (
81             is => 'ro',
82             isa => HashRef,
83             init_arg => undef,
84             default => sub { {
85             'gregorian' => {
86             },
87             } },
88             );
89              
90             has 'time_formats' => (
91             is => 'ro',
92             isa => HashRef,
93             init_arg => undef,
94             default => sub { {
95             'gregorian' => {
96             },
97             } },
98             );
99              
100             has 'datetime_formats' => (
101             is => 'ro',
102             isa => HashRef,
103             init_arg => undef,
104             default => sub { {
105             'gregorian' => {
106             },
107             } },
108             );
109              
110             has 'datetime_formats_available_formats' => (
111             is => 'ro',
112             isa => HashRef,
113             init_arg => undef,
114             default => sub { {
115             } },
116             );
117              
118             has 'datetime_formats_append_item' => (
119             is => 'ro',
120             isa => HashRef,
121             init_arg => undef,
122             default => sub { {
123             } },
124             );
125              
126             has 'datetime_formats_interval' => (
127             is => 'ro',
128             isa => HashRef,
129             init_arg => undef,
130             default => sub { {
131             } },
132             );
133              
134 1     1   1198 no Moo;
  1         3  
  1         5  
135              
136             1;
137              
138             # vim: tabstop=4