line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Da::Any::Dk - Package for language Danish |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
# This file auto generated from Data/common/main/da_DK.xml |
10
|
|
|
|
|
|
|
# on Mon 11 Apr 5:26:14 pm GMT |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
use strict; |
13
|
19
|
|
|
19
|
|
576920
|
use warnings; |
|
19
|
|
|
|
|
39
|
|
|
19
|
|
|
|
|
489
|
|
14
|
19
|
|
|
19
|
|
81
|
use version; |
|
19
|
|
|
|
|
40
|
|
|
19
|
|
|
|
|
428
|
|
15
|
19
|
|
|
19
|
|
318
|
|
|
19
|
|
|
|
|
30
|
|
|
19
|
|
|
|
|
126
|
|
16
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.1'); |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
use v5.10.1; |
19
|
19
|
|
|
19
|
|
1772
|
use mro 'c3'; |
|
19
|
|
|
|
|
52
|
|
20
|
19
|
|
|
19
|
|
80
|
use utf8; |
|
19
|
|
|
|
|
32
|
|
|
19
|
|
|
|
|
127
|
|
21
|
19
|
|
|
19
|
|
389
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
19
|
|
|
|
|
32
|
|
|
19
|
|
|
|
|
110
|
|
22
|
19
|
|
|
19
|
|
505
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
19
|
|
|
|
|
32
|
|
|
19
|
|
|
|
|
231
|
|
23
|
19
|
|
|
19
|
|
1998
|
use Moo; |
|
19
|
|
|
|
|
30
|
|
|
19
|
|
|
|
|
290
|
|
24
|
19
|
|
|
19
|
|
17752
|
|
|
19
|
|
|
|
|
32
|
|
|
19
|
|
|
|
|
167
|
|
25
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Da::Any'); |
26
|
|
|
|
|
|
|
no Moo; |
27
|
19
|
|
|
19
|
|
5820
|
|
|
19
|
|
|
|
|
33
|
|
|
19
|
|
|
|
|
71
|
|
28
|
|
|
|
|
|
|
1; |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
# vim: tabstop=4 |