File Coverage

blib/lib/Locale/CLDR/Locales/Ca/Any/Es.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::Ca::Any::Es - Package for language Catalan
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Ca::Any::Es;
10             # This file auto generated from Data\common\main\ca_ES.xml
11             # on Fri 13 Oct 9:09:23 am GMT
12              
13 13     13   137680 use strict;
  13         38  
  13         414  
14 13     13   76 use warnings;
  13         29  
  13         363  
15 13     13   67 use version;
  13         27  
  13         394  
16              
17             our $VERSION = version->declare('v0.34.2');
18              
19 13     13   1502 use v5.10.1;
  13         48  
20 13     13   116 use mro 'c3';
  13         35  
  13         140  
21 13     13   430 use utf8;
  13         27  
  13         92  
22 13     13   544 use if $^V ge v5.12.0, feature => 'unicode_strings';
  13         28  
  13         199  
23 13     13   1698 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  13         33  
  13         139  
24 13     13   15151 use Moo;
  13         26  
  13         111  
25              
26             extends('Locale::CLDR::Locales::Ca::Any');
27 13     13   5139 no Moo;
  13         27  
  13         64  
28              
29             1;
30              
31             # vim: tabstop=4