line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::De::Any::De - Package for language German |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
# This file auto generated from Data/common/main/de_DE.xml |
10
|
|
|
|
|
|
|
# on Mon 11 Apr 5:26:25 pm GMT |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
use strict; |
13
|
19
|
|
|
19
|
|
522788
|
use warnings; |
|
19
|
|
|
|
|
41
|
|
|
19
|
|
|
|
|
487
|
|
14
|
19
|
|
|
19
|
|
84
|
use version; |
|
19
|
|
|
|
|
36
|
|
|
19
|
|
|
|
|
449
|
|
15
|
19
|
|
|
19
|
|
271
|
|
|
19
|
|
|
|
|
34
|
|
|
19
|
|
|
|
|
124
|
|
16
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.1'); |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
use v5.10.1; |
19
|
19
|
|
|
19
|
|
1710
|
use mro 'c3'; |
|
19
|
|
|
|
|
54
|
|
20
|
19
|
|
|
19
|
|
79
|
use utf8; |
|
19
|
|
|
|
|
29
|
|
|
19
|
|
|
|
|
124
|
|
21
|
19
|
|
|
19
|
|
449
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
19
|
|
|
|
|
34
|
|
|
19
|
|
|
|
|
99
|
|
22
|
19
|
|
|
19
|
|
521
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
19
|
|
|
|
|
30
|
|
|
19
|
|
|
|
|
237
|
|
23
|
19
|
|
|
19
|
|
1982
|
use Moo; |
|
19
|
|
|
|
|
30
|
|
|
19
|
|
|
|
|
271
|
|
24
|
19
|
|
|
19
|
|
17487
|
|
|
19
|
|
|
|
|
36
|
|
|
19
|
|
|
|
|
146
|
|
25
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::De::Any'); |
26
|
|
|
|
|
|
|
no Moo; |
27
|
19
|
|
|
19
|
|
5874
|
|
|
19
|
|
|
|
|
32
|
|
|
19
|
|
|
|
|
72
|
|
28
|
|
|
|
|
|
|
1; |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
# vim: tabstop=4 |