File Coverage

blib/lib/Locale/CLDR/Locales/So/Any/Ke.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::So::Any::Ke - Package for language Somali
6              
7             =cut
8              
9             package Locale::CLDR::Locales::So::Any::Ke;
10             # This file auto generated from Data\common\main\so_KE.xml
11             # on Sun 16 Dec 4:37:17 pm GMT
12              
13 1     1   909 use strict;
  1         2  
  1         26  
14 1     1   4 use warnings;
  1         2  
  1         21  
15 1     1   4 use version;
  1         2  
  1         5  
16              
17             our $VERSION = version->declare('v0.34.0');
18              
19 1     1   86 use v5.10.1;
  1         4  
20 1     1   5 use mro 'c3';
  1         2  
  1         4  
21 1     1   19 use utf8;
  1         2  
  1         14  
22 1     1   32 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         17  
23 1     1   96 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         1  
  1         6  
24 1     1   917 use Moo;
  1         30  
  1         6  
25              
26             extends('Locale::CLDR::Locales::So::Any');
27             has 'currencies' => (
28             is => 'ro',
29             isa => HashRef,
30             init_arg => undef,
31             default => sub { {
32             'KES' => {
33             symbol => 'Ksh',
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{HH:mm:ss zzzz},
66             'long' => q{HH:mm:ss z},
67             'medium' => q{HH:mm:ss},
68             'short' => q{HH:mm},
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   592 no Moo;
  1         2  
  1         5  
108              
109             1;
110              
111             # vim: tabstop=4