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 NAME
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 Fri 13 Oct 9:11:52 am GMT
12              
13 2     2   12345 use strict;
  2         5  
  2         52  
14 2     2   10 use warnings;
  2         3  
  2         47  
15 2     2   10 use version;
  2         3  
  2         12  
16              
17             our $VERSION = version->declare('v0.34.2');
18              
19 2     2   182 use v5.10.1;
  2         6  
20 2     2   9 use mro 'c3';
  2         4  
  2         11  
21 2     2   45 use utf8;
  2         3  
  2         10  
22 2     2   69 use if $^V ge v5.12.0, feature => 'unicode_strings';
  2         3  
  2         23  
23 2     2   210 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  2         4  
  2         34  
24 2     2   1953 use Moo;
  2         4  
  2         10  
25              
26             extends('Locale::CLDR::Locales::De::Any');
27 2     2   657 no Moo;
  2         4  
  2         7  
28              
29             1;
30              
31             # vim: tabstop=4