line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Br::Any::Fr - Package for language Breton |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
# This file auto generated from Data/common/main/br_FR.xml |
10
|
|
|
|
|
|
|
# on Mon 11 Apr 5:24:44 pm GMT |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
use strict; |
13
|
19
|
|
|
19
|
|
560984
|
use warnings; |
|
19
|
|
|
|
|
40
|
|
|
19
|
|
|
|
|
500
|
|
14
|
19
|
|
|
19
|
|
82
|
use version; |
|
19
|
|
|
|
|
33
|
|
|
19
|
|
|
|
|
426
|
|
15
|
19
|
|
|
19
|
|
297
|
|
|
19
|
|
|
|
|
27
|
|
|
19
|
|
|
|
|
124
|
|
16
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.1'); |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
use v5.10.1; |
19
|
19
|
|
|
19
|
|
1698
|
use mro 'c3'; |
|
19
|
|
|
|
|
53
|
|
20
|
19
|
|
|
19
|
|
82
|
use utf8; |
|
19
|
|
|
|
|
31
|
|
|
19
|
|
|
|
|
138
|
|
21
|
19
|
|
|
19
|
|
406
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
19
|
|
|
|
|
29
|
|
|
19
|
|
|
|
|
110
|
|
22
|
19
|
|
|
19
|
|
487
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
19
|
|
|
|
|
28
|
|
|
19
|
|
|
|
|
229
|
|
23
|
19
|
|
|
19
|
|
1993
|
use Moo; |
|
19
|
|
|
|
|
29
|
|
|
19
|
|
|
|
|
315
|
|
24
|
19
|
|
|
19
|
|
17749
|
|
|
19
|
|
|
|
|
35
|
|
|
19
|
|
|
|
|
154
|
|
25
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Br::Any'); |
26
|
|
|
|
|
|
|
no Moo; |
27
|
19
|
|
|
19
|
|
5881
|
|
|
19
|
|
|
|
|
37
|
|
|
19
|
|
|
|
|
70
|
|
28
|
|
|
|
|
|
|
1; |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
# vim: tabstop=4 |