File Coverage

blib/lib/Locale/CLDR/Locales/Fr/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::Fr::Any::Fr - Package for language French
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Fr::Any::Fr;
10             # This file auto generated from Data\common\main\fr_FR.xml
11             # on Sun 16 Dec 4:16:39 pm GMT
12              
13 19     19   683774 use strict;
  19         51  
  19         558  
14 19     19   100 use warnings;
  19         38  
  19         783  
15 19     19   346 use version;
  19         37  
  19         142  
16              
17             our $VERSION = version->declare('v0.34.0');
18              
19 19     19   2105 use v5.10.1;
  19         60  
20 19     19   96 use mro 'c3';
  19         31  
  19         142  
21 19     19   461 use utf8;
  19         37  
  19         126  
22 19     19   569 use if $^V ge v5.12.0, feature => 'unicode_strings';
  19         35  
  19         318  
23 19     19   2469 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  19         41  
  19         372  
24 19     19   21250 use Moo;
  19         39  
  19         189  
25              
26             extends('Locale::CLDR::Locales::Fr::Any');
27 19     19   6976 no Moo;
  19         38  
  19         77  
28              
29             1;
30              
31             # vim: tabstop=4