File Coverage

blib/lib/Locale/CLDR/Locales/De/Latn/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::Latn::De - Package for language German
6              
7             =cut
8              
9             package Locale::CLDR::Locales::De::Latn::De;
10             # This file auto generated from Data\common\main\de_DE.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 19     19   375852 use strict;
  19         73  
  19         978  
14 19     19   115 use warnings;
  19         512  
  19         1525  
15 19     19   195 use version;
  19         37  
  19         195  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 19     19   2660 use v5.12.0;
  19         83  
20 19     19   110 use mro 'c3';
  19         36  
  19         201  
21 19     19   687 use utf8;
  19         71  
  19         183  
22 19     19   717 use feature 'unicode_strings';
  19         45  
  19         3236  
23 19     19   134 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  19         36  
  19         268  
24 19     19   46061 use Moo;
  19         39  
  19         189  
25              
26             extends('Locale::CLDR::Locales::De::Latn');
27 19     19   20402 no Moo;
  19         75  
  19         109  
28              
29             1;
30              
31             # vim: tabstop=4