File Coverage

blib/lib/Locale/CLDR/Locales/En/Any/Ss.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::En::Any::Ss - Package for language English
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/en_SS.xml
10             # on Mon 11 Apr 5:27:08 pm GMT
11              
12             use strict;
13 1     1   840 use warnings;
  1         3  
  1         23  
14 1     1   4 use version;
  1         2  
  1         18  
15 1     1   5  
  1         1  
  1         4  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 1     1   77 use mro 'c3';
  1         4  
20 1     1   4 use utf8;
  1         2  
  1         4  
21 1     1   31 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         4  
22 1     1   25 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         3  
  1         10  
23 1     1   89 use Moo;
  1         3  
  1         5  
24 1     1   780  
  1         1  
  1         5  
25             extends('Locale::CLDR::Locales::En::Any::001');
26             has 'currencies' => (
27             is => 'ro',
28             isa => HashRef,
29             init_arg => undef,
30             default => sub { {
31             'GBP' => {
32             symbol => 'GB£',
33             },
34             'SSP' => {
35             symbol => '£',
36             },
37             } },
38             );
39              
40              
41             has 'time_zone_names' => (
42             is => 'ro',
43             isa => HashRef,
44             init_arg => undef,
45             default => sub { {
46             'Africa_Central' => {
47             short => {
48             'standard' => q#CAT#,
49             },
50             },
51             'Africa_Eastern' => {
52             short => {
53             'standard' => q#EAT#,
54             },
55             },
56             'Africa_Southern' => {
57             short => {
58             'standard' => q#SAST#,
59             },
60             },
61             'Africa_Western' => {
62             short => {
63             'daylight' => q#WAST#,
64             'generic' => q#WAT#,
65             'standard' => q#WAT#,
66             },
67             },
68             } }
69             );
70             no Moo;
71 1     1   398  
  1         2  
  1         4  
72             1;
73              
74             # vim: tabstop=4