File Coverage

blib/lib/Locale/CLDR/Locales/Bg/Any/Bg.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::Bg::Any::Bg - Package for language Bulgarian
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Bg::Any::Bg;
10             # This file auto generated from Data\common\main\bg_BG.xml
11             # on Fri 13 Oct 9:07:18 am GMT
12              
13 19     19   278861 use strict;
  19         47  
  19         552  
14 19     19   94 use warnings;
  19         39  
  19         501  
15 19     19   91 use version;
  19         39  
  19         143  
16              
17             our $VERSION = version->declare('v0.34.2');
18              
19 19     19   1915 use v5.10.1;
  19         503  
20 19     19   111 use mro 'c3';
  19         34  
  19         141  
21 19     19   525 use utf8;
  19         34  
  19         125  
22 19     19   669 use if $^V ge v5.12.0, feature => 'unicode_strings';
  19         42  
  19         273  
23 19     19   2342 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  19         34  
  19         212  
24 19     19   20089 use Moo;
  19         39  
  19         147  
25              
26             extends('Locale::CLDR::Locales::Bg::Any');
27 19     19   6772 no Moo;
  19         53  
  19         82  
28              
29             1;
30              
31             # vim: tabstop=4