File Coverage

blib/lib/Locale/CLDR/Locales/Ca/Any/Es.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::Ca::Any::Es - Package for language Catalan
4              
5             =cut
6              
7             package Locale::CLDR::Locales::Ca::Any::Es;
8             # This file auto generated from Data\common\main\ca_ES.xml
9             # on Sun 24 Apr 8:19:56 am GMT
10              
11 13     13   289115 use version;
  13         26  
  13         108  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 13     13   1361 use v5.10.1;
  13         35  
16 13     13   54 use mro 'c3';
  13         20  
  13         104  
17 13     13   443 use utf8;
  13         19  
  13         87  
18 13     13   404 use if $^V ge v5.12.0, feature => 'unicode_strings';
  13         18  
  13         218  
19              
20 13     13   1578 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  13         21  
  13         130  
21 13     13   10415 use Moo;
  13         21  
  13         104  
22              
23             extends('Locale::CLDR::Locales::Ca::Any');
24 13     13   26115 no Moo;
  13         18  
  13         65  
25              
26             1;
27              
28             # vim: tabstop=4