File Coverage

blib/lib/Locale/CLDR/Locales/Qu/Any/Bo.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::Qu::Any::Bo - Package for language Quechua
4              
5             =cut
6              
7             package Locale::CLDR::Locales::Qu::Any::Bo;
8             # This file auto generated from Data\common\main\qu_BO.xml
9             # on Sun 24 Apr 8:47:10 am GMT
10              
11 1     1   1247 use version;
  1         2  
  1         7  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 1     1   106 use v5.10.1;
  1         2  
16 1     1   3 use mro 'c3';
  1         2  
  1         8  
17 1     1   44 use utf8;
  1         1  
  1         9  
18 1     1   31 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         0  
  1         15  
19              
20 1     1   117 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         14  
21 1     1   755 use Moo;
  1         1  
  1         7  
22              
23             extends('Locale::CLDR::Locales::Qu::Any');
24             has 'number_symbols' => (
25             is => 'ro',
26             isa => HashRef,
27             init_arg => undef,
28             default => sub { {
29             'latn' => {
30             'decimal' => q(,),
31             'group' => q(.),
32             },
33             } }
34             );
35              
36             has 'currencies' => (
37             is => 'ro',
38             isa => HashRef,
39             init_arg => undef,
40             default => sub { {
41             'BOB' => {
42             symbol => 'Bs',
43             },
44             'PEN' => {
45             symbol => 'PEN',
46             },
47             } },
48             );
49              
50              
51             has 'time_zone_names' => (
52             is => 'ro',
53             isa => HashRef,
54             init_arg => undef,
55             default => sub { {
56             'Bolivia' => {
57             short => {
58             'standard' => q(BOT),
59             },
60             },
61             'Peru' => {
62             short => {
63             'daylight' => q(∅∅∅),
64             'generic' => q(∅∅∅),
65             'standard' => q(∅∅∅),
66             },
67             },
68             } }
69             );
70 1     1   2375 no Moo;
  1         1  
  1         5  
71              
72             1;
73              
74             # vim: tabstop=4