File Coverage

blib/lib/Locale/CLDR/Locales/En/Any/Sd.pm
Criterion Covered Total %
statement 23 23 100.0
branch n/a
condition n/a
subroutine 8 8 100.0
pod n/a
total 31 31 100.0


line stmt bran cond sub pod time code
1             =head1
2              
3             Locale::CLDR::Locales::En::Any::Sd - Package for language English
4              
5             =cut
6              
7             package Locale::CLDR::Locales::En::Any::Sd;
8             # This file auto generated from Data\common\main\en_SD.xml
9             # on Sun 24 Apr 8:24:52 am GMT
10              
11 1     1   989 use version;
  1         1  
  1         6  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 1     1   104 use v5.10.1;
  1         4  
16 1     1   4 use mro 'c3';
  1         2  
  1         5  
17 1     1   32 use utf8;
  1         1  
  1         5  
18 1     1   32 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         12  
19              
20 1     1   84 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         5  
21 1     1   725 use Moo;
  1         1  
  1         6  
22              
23             extends('Locale::CLDR::Locales::En::Any::001');
24             has 'time_zone_names' => (
25             is => 'ro',
26             isa => HashRef,
27             init_arg => undef,
28             default => sub { {
29             'Africa_Central' => {
30             short => {
31             'standard' => q(CAT),
32             },
33             },
34             'Africa_Eastern' => {
35             short => {
36             'standard' => q(EAT),
37             },
38             },
39             'Africa_Southern' => {
40             short => {
41             'standard' => q(SAST),
42             },
43             },
44             'Africa_Western' => {
45             short => {
46             'daylight' => q(WAST),
47             'generic' => q(WAT),
48             'standard' => q(WAT),
49             },
50             },
51             } }
52             );
53 1     1   1794 no Moo;
  1         2  
  1         4  
54              
55             1;
56              
57             # vim: tabstop=4