line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Locale::CLDR::Locales::Da::Any; |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
# This file auto generated |
4
|
|
|
|
|
|
|
# on Sun 15 Nov 4:07:47 pm GMT |
5
|
|
|
|
|
|
|
|
6
|
18
|
|
|
18
|
|
14367
|
use version; |
|
18
|
|
|
|
|
39
|
|
|
18
|
|
|
|
|
125
|
|
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.28.2'); |
9
|
|
|
|
|
|
|
|
10
|
18
|
|
|
18
|
|
1899
|
use v5.10.1; |
|
18
|
|
|
|
|
66
|
|
11
|
18
|
|
|
18
|
|
96
|
use mro 'c3'; |
|
18
|
|
|
|
|
33
|
|
|
18
|
|
|
|
|
126
|
|
12
|
18
|
|
|
18
|
|
954
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
18
|
|
|
|
|
39
|
|
|
18
|
|
|
|
|
257
|
|
13
|
|
|
|
|
|
|
|
14
|
18
|
|
|
18
|
|
1926
|
use Moose; |
|
18
|
|
|
|
|
35
|
|
|
18
|
|
|
|
|
110
|
|
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Da'); |
17
|
|
|
|
|
|
|
|
18
|
18
|
|
|
18
|
|
120361
|
no Moose; |
|
18
|
|
|
|
|
45
|
|
|
18
|
|
|
|
|
90
|
|
19
|
|
|
|
|
|
|
__PACKAGE__->meta->make_immutable; |