# ABSTRACT: ** Please provide abstract ** package Form::Processor::I18N::en_us; $Form::Processor::I18N::en_us::VERSION = '1.162360'; use strict; use warnings; use base 'Form::Processor::I18N'; ## no critic # Auto define lexicon our %Lexicon = ( '_AUTO' => 1, ); 1; __END__ =pod =encoding UTF-8 =head1 NAME Form::Processor::I18N::en_us - ** Please provide abstract ** =head1 VERSION version 1.162360 =head1 AUTHOR Bill Moseley =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2012 by Bill Moseley. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut