File Coverage

blib/lib/Locale/CLDR/Locales/Da/Any/Dk.pm
Criterion Covered Total %
statement 29 29 100.0
branch n/a
condition n/a
subroutine 10 10 100.0
pod n/a
total 39 39 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1 NAME
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 Fri 13 Oct 9:11:27 am GMT
12              
13 19     19   633090 use strict;
  19         43  
  19         528  
14 19     19   91 use warnings;
  19         32  
  19         510  
15 19     19   84 use version;
  19         34  
  19         138  
16              
17             our $VERSION = version->declare('v0.34.2');
18              
19 19     19   1847 use v5.10.1;
  19         59  
20 19     19   89 use mro 'c3';
  19         34  
  19         127  
21 19     19   430 use utf8;
  19         35  
  19         122  
22 19     19   581 use if $^V ge v5.12.0, feature => 'unicode_strings';
  19         31  
  19         251  
23 19     19   2228 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  19         38  
  19         301  
24 19     19   19690 use Moo;
  19         35  
  19         167  
25              
26             extends('Locale::CLDR::Locales::Da::Any');
27 19     19   6597 no Moo;
  19         36  
  19         73  
28              
29             1;
30              
31             # vim: tabstop=4