File Coverage

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