File Coverage

blib/lib/Locale/CLDR/Locales/En/Any/Us.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::En::Any::Us - Package for language English
6              
7             =cut
8              
9             package Locale::CLDR::Locales::En::Any::Us;
10             # This file auto generated from Data\common\main\en_US.xml
11             # on Fri 13 Oct 9:13:32 am GMT
12              
13 20     20   17469 use strict;
  20         69  
  20         730  
14 20     20   124 use warnings;
  20         53  
  20         679  
15 20     20   126 use version;
  20         48  
  20         186  
16              
17             our $VERSION = version->declare('v0.34.2');
18              
19 20     20   2806 use v5.10.1;
  20         78  
20 20     20   153 use mro 'c3';
  20         46  
  20         226  
21 20     20   684 use utf8;
  20         46  
  20         182  
22 20     20   905 use if $^V ge v5.12.0, feature => 'unicode_strings';
  20         58  
  20         404  
23 20     20   3142 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  20         54  
  20         333  
24 20     20   27179 use Moo;
  20         61  
  20         193  
25              
26             extends('Locale::CLDR::Locales::En::Any');
27 20     20   9603 no Moo;
  20         58  
  20         156  
28              
29             1;
30              
31             # vim: tabstop=4