File Coverage

blib/lib/Locale/CLDR/Locales/En/Latn/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::Latn::Us - Package for language English
6              
7             =cut
8              
9             package Locale::CLDR::Locales::En::Latn::Us;
10             # This file auto generated from Data\common\main\en_US.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 9     9   185160 use strict;
  9         27  
  9         405  
14 9     9   67 use warnings;
  9         167  
  9         713  
15 9     9   174 use version;
  9         24  
  9         83  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 9     9   1318 use v5.12.0;
  9         35  
20 9     9   93 use mro 'c3';
  9         105  
  9         83  
21 9     9   336 use utf8;
  9         20  
  9         92  
22 9     9   335 use feature 'unicode_strings';
  9         18  
  9         1504  
23 9     9   63 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  9         18  
  9         127  
24 9     9   23723 use Moo;
  9         101  
  9         90  
25              
26             extends('Locale::CLDR::Locales::En::Latn');
27 9     9   5382 no Moo;
  9         25  
  9         55  
28              
29             1;
30              
31             # vim: tabstop=4