File Coverage

blib/lib/Locale/CLDR/Locales/De/Any/Be.pm
Criterion Covered Total %
statement 23 23 100.0
branch n/a
condition n/a
subroutine 8 8 100.0
pod n/a
total 31 31 100.0


line stmt bran cond sub pod time code
1             =head1
2              
3             Locale::CLDR::Locales::De::Any::Be - Package for language German
4              
5             =cut
6              
7             package Locale::CLDR::Locales::De::Any::Be;
8             # This file auto generated from Data\common\main\de_BE.xml
9             # on Sun 24 Apr 8:22:38 am GMT
10              
11 2     2   22725 use version;
  2         3  
  2         15  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 2     2   177 use v5.10.1;
  2         6  
16 2     2   6 use mro 'c3';
  2         3  
  2         15  
17 2     2   60 use utf8;
  2         2  
  2         12  
18 2     2   101 use if $^V ge v5.12.0, feature => 'unicode_strings';
  2         4  
  2         26  
19              
20 2     2   219 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  2         4  
  2         19  
21 2     2   1463 use Moo;
  2         3  
  2         13  
22              
23             extends('Locale::CLDR::Locales::De::Any');
24 2     2   3669 no Moo;
  2         3  
  2         41  
25              
26             1;
27              
28             # vim: tabstop=4