File Coverage

blib/lib/Locale/CLDR/Locales/De/Any/De.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::De::Any::De - Package for language German
6              
7             =cut
8              
9             package Locale::CLDR::Locales::De::Any::De;
10             # This file auto generated from Data\common\main\de_DE.xml
11             # on Fri 13 Oct 9:11:53 am GMT
12              
13 19     19   585526 use strict;
  19         41  
  19         561  
14 19     19   110 use warnings;
  19         33  
  19         483  
15 19     19   94 use version;
  19         36  
  19         181  
16              
17             our $VERSION = version->declare('v0.34.2');
18              
19 19     19   1876 use v5.10.1;
  19         61  
20 19     19   85 use mro 'c3';
  19         36  
  19         130  
21 19     19   428 use utf8;
  19         44  
  19         122  
22 19     19   591 use if $^V ge v5.12.0, feature => 'unicode_strings';
  19         34  
  19         239  
23 19     19   2142 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  19         35  
  19         292  
24 19     19   19704 use Moo;
  19         36  
  19         164  
25              
26             extends('Locale::CLDR::Locales::De::Any');
27 19     19   6466 no Moo;
  19         36  
  19         112  
28              
29             1;
30              
31             # vim: tabstop=4