line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Ca::Any::Es - Package for language Catalan |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Ca::Any::Es; |
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\ca_ES.xml |
11
|
|
|
|
|
|
|
# on Sun 16 Dec 4:09:22 pm GMT |
12
|
|
|
|
|
|
|
|
13
|
13
|
|
|
13
|
|
147903
|
use strict; |
|
13
|
|
|
|
|
37
|
|
|
13
|
|
|
|
|
465
|
|
14
|
13
|
|
|
13
|
|
74
|
use warnings; |
|
13
|
|
|
|
|
34
|
|
|
13
|
|
|
|
|
417
|
|
15
|
13
|
|
|
13
|
|
72
|
use version; |
|
13
|
|
|
|
|
33
|
|
|
13
|
|
|
|
|
111
|
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.0'); |
18
|
|
|
|
|
|
|
|
19
|
13
|
|
|
13
|
|
1627
|
use v5.10.1; |
|
13
|
|
|
|
|
56
|
|
20
|
13
|
|
|
13
|
|
73
|
use mro 'c3'; |
|
13
|
|
|
|
|
30
|
|
|
13
|
|
|
|
|
129
|
|
21
|
13
|
|
|
13
|
|
965
|
use utf8; |
|
13
|
|
|
|
|
39
|
|
|
13
|
|
|
|
|
102
|
|
22
|
13
|
|
|
13
|
|
559
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
13
|
|
|
|
|
57
|
|
|
13
|
|
|
|
|
213
|
|
23
|
13
|
|
|
13
|
|
2274
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
13
|
|
|
|
|
42
|
|
|
13
|
|
|
|
|
174
|
|
24
|
13
|
|
|
13
|
|
15627
|
use Moo; |
|
13
|
|
|
|
|
30
|
|
|
13
|
|
|
|
|
116
|
|
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Ca::Any'); |
27
|
13
|
|
|
13
|
|
5701
|
no Moo; |
|
13
|
|
|
|
|
37
|
|
|
13
|
|
|
|
|
62
|
|
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
1; |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
# vim: tabstop=4 |