File Coverage

blib/lib/Locale/CLDR/Locales/Ta/Any/My.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::My - Package for language Tamil
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/ta_MY.xml
10             # on Mon 11 Apr 5:39:07 pm GMT
11              
12             use strict;
13 1     1   1198 use warnings;
  1         38  
  1         30  
14 1     1   5 use version;
  1         3  
  1         27  
15 1     1   4  
  1         14  
  1         9  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 1     1   111 use mro 'c3';
  1         3  
20 1     1   11 use utf8;
  1         3  
  1         7  
21 1     1   35 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         1  
  1         9  
22 1     1   30 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         14  
23 1     1   132 use Moo;
  1         2  
  1         11  
24 1     1   931  
  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 => 'S$',
75             },
76             } },
77             );
78              
79              
80             has 'time_zone_names' => (
81             is => 'ro',
82             isa => HashRef,
83             init_arg => undef,
84             default => sub { {
85             'India' => {
86             short => {
87             'standard' => q#∅∅∅#,
88             },
89             },
90             'Malaysia' => {
91             short => {
92             'standard' => q#MYT#,
93             },
94             },
95             'Singapore' => {
96             short => {
97             'standard' => q#SGT#,
98             },
99             },
100             } }
101             );
102             no Moo;
103 1     1   572  
  1         2  
  1         5  
104             1;
105              
106             # vim: tabstop=4