File Coverage

blib/lib/Locale/CLDR/Locales/Bo/Tibt/In.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::Bo::Tibt::In - Package for language Tibetan
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Bo::Tibt::In;
10             # This file auto generated from Data\common\main\bo_IN.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   1374 use strict;
  1         2  
  1         31  
14 1     1   4 use warnings;
  1         2  
  1         34  
15 1     1   3 use version;
  1         2  
  1         4  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   96 use v5.12.0;
  1         3  
20 1     1   3 use mro 'c3';
  1         2  
  1         5  
21 1     1   19 use utf8;
  1         1  
  1         5  
22 1     1   26 use feature 'unicode_strings';
  1         2  
  1         135  
23 1     1   6 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         1  
  1         6  
24 1     1   1883 use Moo;
  1         2  
  1         5  
25              
26             extends('Locale::CLDR::Locales::Bo::Tibt');
27             has 'display_name_region' => (
28             is => 'ro',
29             isa => HashRef[Str],
30             init_arg => undef,
31             default => sub {
32             {
33             '009' => 'ཨོཤི་ཡཱན་ན།',
34              
35             }
36             },
37             );
38              
39             has 'currencies' => (
40             is => 'ro',
41             isa => HashRef,
42             init_arg => undef,
43             default => sub { {
44             'CNY' => {
45             symbol => 'CN¥',
46             },
47             } },
48             );
49              
50              
51             has 'eras' => (
52             is => 'ro',
53             isa => HashRef,
54             init_arg => undef,
55             default => sub { {
56             'gregorian' => {
57             },
58             } },
59             );
60              
61             has 'date_formats' => (
62             is => 'ro',
63             isa => HashRef,
64             init_arg => undef,
65             default => sub { {
66             'gregorian' => {
67             },
68             } },
69             );
70              
71             has 'time_formats' => (
72             is => 'ro',
73             isa => HashRef,
74             init_arg => undef,
75             default => sub { {
76             'gregorian' => {
77             'full' => q{h:mm:ss a zzzz},
78             'long' => q{h:mm:ss a z},
79             'medium' => q{h:mm:ss a},
80             'short' => q{h:mm a},
81             },
82             } },
83             );
84              
85             has 'datetime_formats' => (
86             is => 'ro',
87             isa => HashRef,
88             init_arg => undef,
89             default => sub { {
90             'gregorian' => {
91             },
92             } },
93             );
94              
95             has 'datetime_formats_available_formats' => (
96             is => 'ro',
97             isa => HashRef,
98             init_arg => undef,
99             default => sub { {
100             } },
101             );
102              
103             has 'datetime_formats_append_item' => (
104             is => 'ro',
105             isa => HashRef,
106             init_arg => undef,
107             default => sub { {
108             } },
109             );
110              
111             has 'datetime_formats_interval' => (
112             is => 'ro',
113             isa => HashRef,
114             init_arg => undef,
115             default => sub { {
116             } },
117             );
118              
119 1     1   1093 no Moo;
  1         2  
  1         6  
120              
121             1;
122              
123             # vim: tabstop=4