File Coverage

blib/lib/Locale/CLDR/Locales/De/Latn/Be.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::Be - Package for language German
6              
7             =cut
8              
9             package Locale::CLDR::Locales::De::Latn::Be;
10             # This file auto generated from Data\common\main\de_BE.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 2     2   24942 use strict;
  2         7  
  2         95  
14 2     2   13 use warnings;
  2         4  
  2         142  
15 2     2   39 use version;
  2         5  
  2         17  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 2     2   299 use v5.12.0;
  2         8  
20 2     2   11 use mro 'c3';
  2         5  
  2         17  
21 2     2   80 use utf8;
  2         5  
  2         18  
22 2     2   133 use feature 'unicode_strings';
  2         5  
  2         314  
23 2     2   13 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  2         3  
  2         61  
24 2     2   5224 use Moo;
  2         5  
  2         18  
25              
26             extends('Locale::CLDR::Locales::De::Latn');
27 2     2   1170 no Moo;
  2         3  
  2         10  
28              
29             1;
30              
31             # vim: tabstop=4