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
|
|
|
|
|
|
|
# This file auto generated from Data/common/main/fr_FR.xml |
10
|
|
|
|
|
|
|
# on Mon 11 Apr 5:28:39 pm GMT |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
use strict; |
13
|
19
|
|
|
19
|
|
659282
|
use warnings; |
|
19
|
|
|
|
|
43
|
|
|
19
|
|
|
|
|
506
|
|
14
|
19
|
|
|
19
|
|
80
|
use version; |
|
19
|
|
|
|
|
38
|
|
|
19
|
|
|
|
|
440
|
|
15
|
19
|
|
|
19
|
|
327
|
|
|
19
|
|
|
|
|
37
|
|
|
19
|
|
|
|
|
129
|
|
16
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.1'); |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
use v5.10.1; |
19
|
19
|
|
|
19
|
|
1736
|
use mro 'c3'; |
|
19
|
|
|
|
|
72
|
|
20
|
19
|
|
|
19
|
|
79
|
use utf8; |
|
19
|
|
|
|
|
46
|
|
|
19
|
|
|
|
|
130
|
|
21
|
19
|
|
|
19
|
|
403
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
19
|
|
|
|
|
28
|
|
|
19
|
|
|
|
|
112
|
|
22
|
19
|
|
|
19
|
|
642
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
19
|
|
|
|
|
32
|
|
|
19
|
|
|
|
|
238
|
|
23
|
19
|
|
|
19
|
|
2051
|
use Moo; |
|
19
|
|
|
|
|
31
|
|
|
19
|
|
|
|
|
322
|
|
24
|
19
|
|
|
19
|
|
17806
|
|
|
19
|
|
|
|
|
39
|
|
|
19
|
|
|
|
|
162
|
|
25
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Fr::Any'); |
26
|
|
|
|
|
|
|
no Moo; |
27
|
19
|
|
|
19
|
|
6077
|
|
|
19
|
|
|
|
|
44
|
|
|
19
|
|
|
|
|
76
|
|
28
|
|
|
|
|
|
|
1; |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
# vim: tabstop=4 |