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
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Da::Any::Dk; |
10
|
|
|
|
|
|
|
# This file auto generated from Data\common\main\da_DK.xml |
11
|
|
|
|
|
|
|
# on Sun 16 Dec 4:11:23 pm GMT |
12
|
|
|
|
|
|
|
|
13
|
19
|
|
|
19
|
|
671221
|
use strict; |
|
19
|
|
|
|
|
50
|
|
|
19
|
|
|
|
|
567
|
|
14
|
19
|
|
|
19
|
|
93
|
use warnings; |
|
19
|
|
|
|
|
36
|
|
|
19
|
|
|
|
|
525
|
|
15
|
19
|
|
|
19
|
|
337
|
use version; |
|
19
|
|
|
|
|
54
|
|
|
19
|
|
|
|
|
151
|
|
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.0'); |
18
|
|
|
|
|
|
|
|
19
|
19
|
|
|
19
|
|
1991
|
use v5.10.1; |
|
19
|
|
|
|
|
63
|
|
20
|
19
|
|
|
19
|
|
98
|
use mro 'c3'; |
|
19
|
|
|
|
|
36
|
|
|
19
|
|
|
|
|
150
|
|
21
|
19
|
|
|
19
|
|
459
|
use utf8; |
|
19
|
|
|
|
|
38
|
|
|
19
|
|
|
|
|
125
|
|
22
|
19
|
|
|
19
|
|
582
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
19
|
|
|
|
|
38
|
|
|
19
|
|
|
|
|
270
|
|
23
|
19
|
|
|
19
|
|
2321
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
19
|
|
|
|
|
34
|
|
|
19
|
|
|
|
|
336
|
|
24
|
19
|
|
|
19
|
|
20929
|
use Moo; |
|
19
|
|
|
|
|
38
|
|
|
19
|
|
|
|
|
179
|
|
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Da::Any'); |
27
|
19
|
|
|
19
|
|
6767
|
no Moo; |
|
19
|
|
|
|
|
42
|
|
|
19
|
|
|
|
|
86
|
|
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
1; |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
# vim: tabstop=4 |