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.40067'; |
4
|
95
|
|
|
95
|
|
140280
|
use strict; |
|
95
|
|
|
|
|
147
|
|
|
95
|
|
|
|
|
2882
|
|
5
|
95
|
|
|
95
|
|
351
|
use warnings; |
|
95
|
|
|
|
|
116
|
|
|
95
|
|
|
|
|
2967
|
|
6
|
95
|
|
|
95
|
|
340
|
use base 'HTML::FormHandler::I18N'; |
|
95
|
|
|
|
|
113
|
|
|
95
|
|
|
|
|
10255
|
|
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.40067 |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 AUTHOR |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
FormHandler Contributors - see HTML::FormHandler |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
This software is copyright (c) 2016 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 |