File Coverage

blib/lib/HTML/FormHandler/I18N/en_us.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package HTML::FormHandler::I18N::en_us;
2             # ABSTRACT: base message file
3             $HTML::FormHandler::I18N::en_us::VERSION = '0.40068';
4 97     97   178696 use strict;
  97         278  
  97         3265  
5 97     97   519 use warnings;
  97         231  
  97         3656  
6 97     97   577 use base 'HTML::FormHandler::I18N';
  97         222  
  97         11199  
7              
8             # Auto define lexicon
9             our %Lexicon = (
10             '_AUTO' => 1,
11             );
12              
13             1;
14              
15             __END__
16              
17             =pod
18              
19             =encoding UTF-8
20              
21             =head1 NAME
22              
23             HTML::FormHandler::I18N::en_us - base message file
24              
25             =head1 VERSION
26              
27             version 0.40068
28              
29             =head1 AUTHOR
30              
31             FormHandler Contributors - see HTML::FormHandler
32              
33             =head1 COPYRIGHT AND LICENSE
34              
35             This software is copyright (c) 2017 by Gerda Shank.
36              
37             This is free software; you can redistribute it and/or modify it under
38             the same terms as the Perl 5 programming language system itself.
39              
40             =cut