File Coverage

blib/lib/Locale/CLDR/Locales/Ca/Any/Fr.pm
Criterion Covered Total %
statement 21 21 100.0
branch n/a
condition n/a
subroutine 7 7 100.0
pod n/a
total 28 28 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 Fri 10 Jul 3:14:57 pm GMT
10             # XML file generated 2014-07-23 16:10:33 -0500 (Wed, 23 Jul 2014)
11              
12 6     6   160998 use version;
  6         14  
  6         55  
13              
14             our $VERSION = version->declare('v0.27.2');
15              
16 6     6   724 use v5.10;
  6         19  
  6         331  
17 6     6   37 use mro 'c3';
  6         11  
  6         58  
18 6     6   252 use utf8;
  6         15  
  6         63  
19 6     6   278 use if $^V ge v5.12.0, feature => 'unicode_strings';
  6         10  
  6         109  
20              
21 6     6   792 use Moose;
  6         16  
  6         46  
22              
23             extends('Locale::CLDR::Locales::Ca::Any');
24             has 'curriencies' => (
25             is => 'ro',
26             isa => 'HashRef',
27             init_arg => undef,
28             default => sub { {
29             'FRF' => {
30             symbol => 'F',
31             },
32             } },
33             );
34              
35              
36 6     6   42594 no Moose;
  6         13  
  6         33  
37             __PACKAGE__->meta->make_immutable;
38              
39             1;
40              
41             # vim: tabstop=4