File Coverage

blib/lib/Locale/CLDR/Locales/Kaa/Latn.pm
Criterion Covered Total %
statement 32 32 100.0
branch n/a
condition n/a
subroutine 11 11 100.0
pod n/a
total 43 43 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1 NAME
4              
5             Locale::CLDR::Locales::Kaa::Latn - Package for language Kara-Kalpak
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Kaa::Latn;
10             # This file auto generated from Data\common\main\kaa_Latn.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   710 use strict;
  1         2  
  1         76  
14 1     1   6 use warnings;
  1         2  
  1         50  
15 1     1   5 use version;
  1         2  
  1         6  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   127 use v5.12.0;
  1         4  
20 1     1   5 use mro 'c3';
  1         2  
  1         21  
21 1     1   46 use utf8;
  1         3  
  1         6  
22 1     1   34 use feature 'unicode_strings';
  1         2  
  1         195  
23 1     1   9 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         8  
24 1     1   2839 use Moo;
  1         2  
  1         8  
25              
26             extends('Locale::CLDR::Locales::Root');
27             has 'characters' => (
28             is => 'ro',
29             isa => HashRef,
30             init_arg => undef,
31             default => $^V ge v5.18.0
32             ? eval <<'EOT'
33             sub {
34             no warnings 'experimental::regex_sets';
35             return {
36             auxiliary => qr{[àăâåäãā æ ç éèĕêëē íìĭîïī ñ òŏôöøō œ ùŭûüū ÿ]},
37             index => ['AÁ', 'B', 'C', '{Ch}', 'D', 'E', 'F', 'GǴ', 'H', 'IÍ', 'J', 'K', 'L', 'M', 'NŃ', 'OÓ', 'P', 'Q', 'R', 'S', '{Sh}', 'T', 'UÚ', 'V', 'W', 'X', 'Y', 'Z'],
38             main => qr{[aá b c {ch} d e f gǵ h i ı j k l m nń oó p q r s {sh} t uú v w x y z]},
39             numbers => qr{[\- ‑ , % ‰ + 0 1 2 3 4 5 6 7 8 9]},
40             punctuation => qr{[\- ‐‑ – — , ; \: ! ? . … '‘’ "“” ( ) \[ \] § @ * / \& # † ‡ ′ ″]},
41             };
42             },
43             EOT
44             : sub {
45             return { index => ['AÁ', 'B', 'C', '{Ch}', 'D', 'E', 'F', 'GǴ', 'H', 'IÍ', 'J', 'K', 'L', 'M', 'NŃ', 'OÓ', 'P', 'Q', 'R', 'S', '{Sh}', 'T', 'UÚ', 'V', 'W', 'X', 'Y', 'Z'], };
46             },
47 1     1   216 );
  1         3  
  1         320  
48              
49              
50 1     1   871 no Moo;
  1         2  
  1         5  
51              
52             1;
53              
54             # vim: tabstop=4