File Coverage

blib/lib/Locale/CLDR/Locales/Fr/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::Fr::Latn::Fr - Package for language French
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Fr::Latn::Fr;
10             # This file auto generated from Data\common\main\fr_FR.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 19     19   404811 use strict;
  19         181  
  19         1011  
14 19     19   119 use warnings;
  19         284  
  19         1566  
15 19     19   344 use version;
  19         52  
  19         257  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 19     19   2827 use v5.12.0;
  19         167  
20 19     19   122 use mro 'c3';
  19         112  
  19         242  
21 19     19   787 use utf8;
  19         90  
  19         183  
22 19     19   800 use feature 'unicode_strings';
  19         44  
  19         3359  
23 19     19   220 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  19         82  
  19         310  
24 19     19   51170 use Moo;
  19         43  
  19         179  
25              
26             extends('Locale::CLDR::Locales::Fr::Latn');
27 19     19   11519 no Moo;
  19         49  
  19         104  
28              
29             1;
30              
31             # vim: tabstop=4