line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
=encoding utf8 |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
=head1 |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
Locale::CLDR::Locales::Bg::Any::Bg - Package for language Bulgarian |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=cut |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
# This file auto generated from Data/common/main/bg_BG.xml |
10
|
|
|
|
|
|
|
# on Mon 11 Apr 5:24:24 pm GMT |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
use strict; |
13
|
19
|
|
|
19
|
|
266215
|
use warnings; |
|
19
|
|
|
|
|
43
|
|
|
19
|
|
|
|
|
604
|
|
14
|
19
|
|
|
19
|
|
127
|
use version; |
|
19
|
|
|
|
|
75
|
|
|
19
|
|
|
|
|
490
|
|
15
|
19
|
|
|
19
|
|
130
|
|
|
19
|
|
|
|
|
33
|
|
|
19
|
|
|
|
|
137
|
|
16
|
|
|
|
|
|
|
our $VERSION = version->declare('v0.34.1'); |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
use v5.10.1; |
19
|
19
|
|
|
19
|
|
2029
|
use mro 'c3'; |
|
19
|
|
|
|
|
52
|
|
20
|
19
|
|
|
19
|
|
96
|
use utf8; |
|
19
|
|
|
|
|
37
|
|
|
19
|
|
|
|
|
152
|
|
21
|
19
|
|
|
19
|
|
549
|
use if $^V ge v5.12.0, feature => 'unicode_strings'; |
|
19
|
|
|
|
|
33
|
|
|
19
|
|
|
|
|
611
|
|
22
|
19
|
|
|
19
|
|
652
|
use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef ); |
|
19
|
|
|
|
|
28
|
|
|
19
|
|
|
|
|
240
|
|
23
|
19
|
|
|
19
|
|
2149
|
use Moo; |
|
19
|
|
|
|
|
35
|
|
|
19
|
|
|
|
|
200
|
|
24
|
19
|
|
|
19
|
|
19283
|
|
|
19
|
|
|
|
|
34
|
|
|
19
|
|
|
|
|
137
|
|
25
|
|
|
|
|
|
|
extends('Locale::CLDR::Locales::Bg::Any'); |
26
|
|
|
|
|
|
|
no Moo; |
27
|
19
|
|
|
19
|
|
7096
|
|
|
19
|
|
|
|
|
58
|
|
|
19
|
|
|
|
|
109
|
|
28
|
|
|
|
|
|
|
1; |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
# vim: tabstop=4 |