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             package Locale::CLDR::Locales::Ca::Any::Fr;
10             # This file auto generated from Data\common\main\ca_FR.xml
11             # on Sun 16 Dec 4:09:23 pm GMT
12              
13 7     7   240505 use strict;
  7         18  
  7         225  
14 7     7   36 use warnings;
  7         16  
  7         243  
15 7     7   127 use version;
  7         16  
  7         56  
16              
17             our $VERSION = version->declare('v0.34.0');
18              
19 7     7   826 use v5.10.1;
  7         28  
20 7     7   44 use mro 'c3';
  7         12  
  7         62  
21 7     7   185 use utf8;
  7         12  
  7         55  
22 7     7   266 use if $^V ge v5.12.0, feature => 'unicode_strings';
  7         13  
  7         106  
23 7     7   1003 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  7         13  
  7         122  
24 7     7   8315 use Moo;
  7         17  
  7         68  
25              
26             extends('Locale::CLDR::Locales::Ca::Any');
27             has 'currencies' => (
28             is => 'ro',
29             isa => HashRef,
30             init_arg => undef,
31             default => sub { {
32             'FRF' => {
33             symbol => 'F',
34             },
35             } },
36             );
37              
38              
39 7     7   3094 no Moo;
  7         15  
  7         33  
40              
41             1;
42              
43             # vim: tabstop=4