File Coverage

blib/lib/Locale/CLDR/Locales/Ca/Any/Fr.pm
Criterion Covered Total %
statement 20 20 100.0
branch n/a
condition n/a
subroutine 7 7 100.0
pod n/a
total 27 27 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 Thu 8 Oct 12:21:29 am GMT
10              
11 6     6   165714 use version;
  6         16  
  6         54  
12              
13             our $VERSION = version->declare('v0.28.0');
14              
15 6     6   743 use v5.10;
  6         21  
16 6     6   32 use mro 'c3';
  6         11  
  6         51  
17 6     6   257 use utf8;
  6         12  
  6         57  
18 6     6   231 use if $^V ge v5.12.0, feature => 'unicode_strings';
  6         12  
  6         98  
19              
20 6     6   836 use Moose;
  6         18  
  6         51  
21              
22             extends('Locale::CLDR::Locales::Ca::Any');
23             has 'curriencies' => (
24             is => 'ro',
25             isa => 'HashRef',
26             init_arg => undef,
27             default => sub { {
28             'FRF' => {
29             symbol => 'F',
30             },
31             } },
32             );
33              
34              
35 6     6   45552 no Moose;
  6         15  
  6         32  
36             __PACKAGE__->meta->make_immutable;
37              
38             1;
39              
40             # vim: tabstop=4