File Coverage

blib/lib/Locale/CLDR/Locales/Ta/Any/Sg.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::Ta::Any::Sg - Package for language Tamil
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/ta_SG.xml
10             # on Mon 11 Apr 5:39:07 pm GMT
11              
12             use strict;
13 1     1   1190 use warnings;
  1         2  
  1         26  
14 1     1   4 use version;
  1         2  
  1         27  
15 1     1   3  
  1         1  
  1         7  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 1     1   104 use mro 'c3';
  1         3  
20 1     1   5 use utf8;
  1         3  
  1         6  
21 1     1   23 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         8  
22 1     1   39 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         8  
  1         16  
23 1     1   122 use Moo;
  1         2  
  1         10  
24 1     1   980  
  1         2  
  1         9  
25             extends('Locale::CLDR::Locales::Ta::Any');
26             has 'number_formats' => (
27             is => 'ro',
28             isa => HashRef,
29             init_arg => undef,
30             default => sub { {
31             decimalFormat => {
32             'default' => {
33             'standard' => {
34             'default' => '#,##0.###',
35             },
36             },
37             },
38             percentFormat => {
39             'default' => {
40             'standard' => {
41             'default' => '#,##0%',
42             },
43             },
44             },
45             } },
46             );
47              
48             has 'number_currency_formats' => (
49             is => 'ro',
50             isa => HashRef,
51             init_arg => undef,
52             default => sub { {
53             'latn' => {
54             'pattern' => {
55             'default' => {
56             'standard' => {
57             'positive' => '¤ #,##0.00',
58             },
59             },
60             },
61             },
62             } },
63             );
64              
65             has 'currencies' => (
66             is => 'ro',
67             isa => HashRef,
68             init_arg => undef,
69             default => sub { {
70             'MYR' => {
71             symbol => 'RM',
72             },
73             'SGD' => {
74             symbol => '$',
75             },
76             'USD' => {
77             symbol => 'US$',
78             },
79             } },
80             );
81              
82              
83             has 'time_zone_names' => (
84             is => 'ro',
85             isa => HashRef,
86             init_arg => undef,
87             default => sub { {
88             'India' => {
89             short => {
90             'standard' => q#∅∅∅#,
91             },
92             },
93             'Malaysia' => {
94             short => {
95             'standard' => q#MYT#,
96             },
97             },
98             'Singapore' => {
99             short => {
100             'standard' => q#SGT#,
101             },
102             },
103             } }
104             );
105             no Moo;
106 1     1   560  
  1         3  
  1         4  
107             1;
108              
109             # vim: tabstop=4