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 NAME
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 Fri 13 Oct 9:17:00 am GMT
12              
13 19     19   643447 use strict;
  19         45  
  19         563  
14 19     19   94 use warnings;
  19         36  
  19         484  
15 19     19   85 use version;
  19         36  
  19         132  
16              
17             our $VERSION = version->declare('v0.34.2');
18              
19 19     19   1949 use v5.10.1;
  19         72  
20 19     19   101 use mro 'c3';
  19         31  
  19         131  
21 19     19   430 use utf8;
  19         40  
  19         118  
22 19     19   566 use if $^V ge v5.12.0, feature => 'unicode_strings';
  19         37  
  19         260  
23 19     19   2264 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  19         37  
  19         308  
24 19     19   19868 use Moo;
  19         35  
  19         171  
25              
26             extends('Locale::CLDR::Locales::Fr::Any');
27 19     19   6536 no Moo;
  19         37  
  19         79  
28              
29             1;
30              
31             # vim: tabstop=4