File Coverage

blib/lib/Locale/CLDR/Locales/Fr/Any/Ht.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::Fr::Any::Ht - Package for language French
4              
5             =cut
6              
7             package Locale::CLDR::Locales::Fr::Any::Ht;
8             # This file auto generated from Data\common\main\fr_HT.xml
9             # on Sun 24 Apr 8:29:14 am GMT
10              
11 1     1   798 use version;
  1         1  
  1         4  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 1     1   75 use v5.10.1;
  1         3  
16 1     1   3 use mro 'c3';
  1         1  
  1         4  
17 1     1   28 use utf8;
  1         1  
  1         14  
18 1     1   35 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         1  
  1         10  
19              
20 1     1   76 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         1  
  1         6  
21 1     1   610 use Moo;
  1         1  
  1         5  
22              
23             extends('Locale::CLDR::Locales::Fr::Any');
24             has 'units' => (
25             is => 'ro',
26             isa => HashRef[HashRef[HashRef[Str]]],
27             init_arg => undef,
28             default => sub { {
29             'long' => {
30             'cubic-centimeter' => {
31             'per' => q({0} pour chaque centimetre cube),
32             },
33             'cubic-meter' => {
34             'per' => q({0} pour chaque metre cube),
35             },
36             'hectare' => {
37             'name' => q(carreau),
38             'one' => q({0}carreau),
39             'other' => q({0}carreaux),
40             },
41             },
42             'narrow' => {
43             'gram' => {
44             'name' => q(gr.),
45             },
46             },
47             'short' => {
48             'carat' => {
49             'name' => q(kr),
50             'one' => q({0}kr),
51             'other' => q({0}kr),
52             },
53             'century' => {
54             'name' => q(sec),
55             },
56             'gram' => {
57             'one' => q({0}gr),
58             'other' => q({0}gr),
59             },
60             },
61             } }
62             );
63              
64             has 'currencies' => (
65             is => 'ro',
66             isa => HashRef,
67             init_arg => undef,
68             default => sub { {
69             'HTG' => {
70             symbol => 'G',
71             },
72             } },
73             );
74              
75              
76 1     1   1773 no Moo;
  1         1  
  1         5  
77              
78             1;
79              
80             # vim: tabstop=4