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