File Coverage

blib/lib/Locale/CLDR/Locales/Ca/Latn/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::Latn::Es - Package for language Catalan
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Ca::Latn::Es;
10             # This file auto generated from Data\common\main\ca_ES.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 14     14   289067 use strict;
  14         76  
  14         856  
14 14     14   91 use warnings;
  14         265  
  14         1071  
15 14     14   330 use version;
  14         33  
  14         240  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 14     14   2334 use v5.12.0;
  14         62  
20 14     14   99 use mro 'c3';
  14         48  
  14         130  
21 14     14   680 use utf8;
  14         28  
  14         130  
22 14     14   625 use feature 'unicode_strings';
  14         30  
  14         2635  
23 14     14   103 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  14         37  
  14         177  
24 14     14   39918 use Moo;
  14         37  
  14         145  
25              
26             extends('Locale::CLDR::Locales::Ca::Latn');
27 14     14   9872 no Moo;
  14         35  
  14         109  
28              
29             1;
30              
31             # vim: tabstop=4