File Coverage

blib/lib/Locale/CLDR/Locales/Ca/Latn/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 NAME
4              
5             Locale::CLDR::Locales::Ca::Latn::Fr - Package for language Catalan
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Ca::Latn::Fr;
10             # This file auto generated from Data\common\main\ca_FR.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 7     7   138239 use strict;
  7         23  
  7         401  
14 7     7   52 use warnings;
  7         131  
  7         596  
15 7     7   51 use version;
  7         76  
  7         97  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 7     7   1076 use v5.12.0;
  7         108  
20 7     7   48 use mro 'c3';
  7         17  
  7         66  
21 7     7   334 use utf8;
  7         37  
  7         60  
22 7     7   338 use feature 'unicode_strings';
  7         15  
  7         1270  
23 7     7   53 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  7         14  
  7         118  
24 7     7   19480 use Moo;
  7         17  
  7         78  
25              
26             extends('Locale::CLDR::Locales::Ca::Latn');
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   5333 no Moo;
  7         16  
  7         44  
40              
41             1;
42              
43             # vim: tabstop=4