File Coverage

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