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