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
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Br::Any::Fr; |
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\br_FR.xml |
11
|
|
|
|
|
|
|
# on Sun 16 Dec 4:08:07 pm GMT |
12
|
|
|
|
|
|
|
|
13
|
19
|
|
|
19
|
|
717026
|
use strict; |
|
19
|
|
|
|
|
53
|
|
|
19
|
|
|
|
|
626
|
|
14
|
19
|
|
|
19
|
|
103
|
use warnings; |
|
19
|
|
|
|
|
44
|
|
|
19
|
|
|
|
|
554
|
|
15
|
19
|
|
|
19
|
|
357
|
use version; |
|
19
|
|
|
|
|
38
|
|
|
19
|
|
|
|
|
153
|
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.0'); |
18
|
|
|
|
|
|
|
|
19
|
19
|
|
|
19
|
|
2217
|
use v5.10.1; |
|
19
|
|
|
|
|
72
|
|
20
|
19
|
|
|
19
|
|
100
|
use mro 'c3'; |
|
19
|
|
|
|
|
39
|
|
|
19
|
|
|
|
|
161
|
|
21
|
19
|
|
|
19
|
|
558
|
use utf8; |
|
19
|
|
|
|
|
39
|
|
|
19
|
|
|
|
|
138
|
|
22
|
19
|
|
|
19
|
|
639
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
19
|
|
|
|
|
37
|
|
|
19
|
|
|
|
|
287
|
|
23
|
19
|
|
|
19
|
|
2596
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
19
|
|
|
|
|
39
|
|
|
19
|
|
|
|
|
375
|
|
24
|
19
|
|
|
19
|
|
22572
|
use Moo; |
|
19
|
|
|
|
|
44
|
|
|
19
|
|
|
|
|
192
|
|
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Br::Any'); |
27
|
19
|
|
|
19
|
|
7609
|
no Moo; |
|
19
|
|
|
|
|
44
|
|
|
19
|
|
|
|
|
92
|
|
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
1; |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
# vim: tabstop=4 |