line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 NAME |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Cs::Any::Cz - Package for language Czech |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Cs::Any::Cz; |
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\cs_CZ.xml |
11
|
|
|
|
|
|
|
# on Fri 13 Oct 9:10:41 am GMT |
12
|
|
|
|
|
|
|
|
13
|
19
|
|
|
19
|
|
337878
|
use strict; |
|
19
|
|
|
|
|
44
|
|
|
19
|
|
|
|
|
540
|
|
14
|
19
|
|
|
19
|
|
94
|
use warnings; |
|
19
|
|
|
|
|
38
|
|
|
19
|
|
|
|
|
486
|
|
15
|
19
|
|
|
19
|
|
400
|
use version; |
|
19
|
|
|
|
|
37
|
|
|
19
|
|
|
|
|
138
|
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.2'); |
18
|
|
|
|
|
|
|
|
19
|
19
|
|
|
19
|
|
1896
|
use v5.10.1; |
|
19
|
|
|
|
|
64
|
|
20
|
19
|
|
|
19
|
|
102
|
use mro 'c3'; |
|
19
|
|
|
|
|
34
|
|
|
19
|
|
|
|
|
156
|
|
21
|
19
|
|
|
19
|
|
514
|
use utf8; |
|
19
|
|
|
|
|
45
|
|
|
19
|
|
|
|
|
120
|
|
22
|
19
|
|
|
19
|
|
669
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
19
|
|
|
|
|
34
|
|
|
19
|
|
|
|
|
284
|
|
23
|
19
|
|
|
19
|
|
2251
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
19
|
|
|
|
|
43
|
|
|
19
|
|
|
|
|
231
|
|
24
|
19
|
|
|
19
|
|
20148
|
use Moo; |
|
19
|
|
|
|
|
41
|
|
|
19
|
|
|
|
|
147
|
|
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Cs::Any'); |
27
|
19
|
|
|
19
|
|
6793
|
no Moo; |
|
19
|
|
|
|
|
36
|
|
|
19
|
|
|
|
|
93
|
|
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
1; |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
# vim: tabstop=4 |