File Coverage

blib/lib/Locale/CLDR/Locales/Ca/Any/Fr.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
4              
5             Locale::CLDR::Locales::Ca::Any::Fr - Package for language Catalan
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/ca_FR.xml
10             # on Mon 11 Apr 5:25:18 pm GMT
11              
12             use strict;
13 7     7   193224 use warnings;
  7         14  
  7         197  
14 7     7   33 use version;
  7         14  
  7         171  
15 7     7   117  
  7         17  
  7         51  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 7     7   643 use mro 'c3';
  7         19  
20 7     7   31 use utf8;
  7         11  
  7         48  
21 7     7   161 use if $^V ge v5.12.0, feature => 'unicode_strings';
  7         13  
  7         42  
22 7     7   189 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  7         10  
  7         89  
23 7     7   760 use Moo;
  7         17  
  7         116  
24 7     7   6611  
  7         13  
  7         57  
25             extends('Locale::CLDR::Locales::Ca::Any');
26             has 'currencies' => (
27             is => 'ro',
28             isa => HashRef,
29             init_arg => undef,
30             default => sub { {
31             'FRF' => {
32             symbol => 'F',
33             },
34             } },
35             );
36              
37              
38             no Moo;
39 7     7   2488  
  7         14  
  7         26  
40             1;
41              
42             # vim: tabstop=4