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