File Coverage

blib/lib/Locale/CLDR/Locales/Ca/Any/Fr.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::Ca::Any::Fr - Package for language Catalan
4              
5             =cut
6              
7             package Locale::CLDR::Locales::Ca::Any::Fr;
8             # This file auto generated from Data\common\main\ca_FR.xml
9             # on Sun 24 Apr 8:19:57 am GMT
10              
11 7     7   128474 use version;
  7         10  
  7         48  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 7     7   655 use v5.10.1;
  7         17  
16 7     7   25 use mro 'c3';
  7         8  
  7         47  
17 7     7   208 use utf8;
  7         8  
  7         51  
18 7     7   197 use if $^V ge v5.12.0, feature => 'unicode_strings';
  7         9  
  7         87  
19              
20 7     7   3773 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  7         265699  
  7         73  
21 7     7   8777 use Moo;
  7         51440  
  7         31  
22              
23             extends('Locale::CLDR::Locales::Ca::Any');
24             has 'currencies' => (
25             is => 'ro',
26             isa => HashRef,
27             init_arg => undef,
28             default => sub { {
29             'FRF' => {
30             symbol => 'F',
31             },
32             } },
33             );
34              
35              
36 7     7   22093 no Moo;
  7         11  
  7         32  
37              
38             1;
39              
40             # vim: tabstop=4