File Coverage

blib/lib/Locale/CLDR/Locales/De/Any/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
4              
5             Locale::CLDR::Locales::De::Any::Be - Package for language German
6              
7             =cut
8              
9             package Locale::CLDR::Locales::De::Any::Be;
10             # This file auto generated from Data\common\main\de_BE.xml
11             # on Sun 16 Dec 4:11:47 pm GMT
12              
13 2     2   15167 use strict;
  2         4  
  2         63  
14 2     2   11 use warnings;
  2         5  
  2         60  
15 2     2   11 use version;
  2         4  
  2         19  
16              
17             our $VERSION = version->declare('v0.34.0');
18              
19 2     2   219 use v5.10.1;
  2         7  
20 2     2   10 use mro 'c3';
  2         4  
  2         17  
21 2     2   55 use utf8;
  2         4  
  2         17  
22 2     2   64 use if $^V ge v5.12.0, feature => 'unicode_strings';
  2         4  
  2         44  
23 2     2   264 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  2         5  
  2         24  
24 2     2   2402 use Moo;
  2         4  
  2         15  
25              
26             extends('Locale::CLDR::Locales::De::Any');
27 2     2   797 no Moo;
  2         5  
  2         11  
28              
29             1;
30              
31             # vim: tabstop=4