The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
.gitignore
Build.PL
Changes
lib/FormValidator/Lite.pm
lib/FormValidator/Lite/Constraint.pm
lib/FormValidator/Lite/Constraint/Date.pm
lib/FormValidator/Lite/Constraint/Default.pm
lib/FormValidator/Lite/Constraint/Email.pm
lib/FormValidator/Lite/Constraint/File.pm
lib/FormValidator/Lite/Constraint/Japanese.pm
lib/FormValidator/Lite/Constraint/Time.pm
lib/FormValidator/Lite/Constraint/URL.pm
lib/FormValidator/Lite/Messages/en.pm
lib/FormValidator/Lite/Messages/ja.pm
lib/FormValidator/Lite/Upload.pm
lib/FormValidator/Lite/Upload/CGI.pm
lib/FormValidator/Lite/Upload/HTTPEngine.pm
lib/FormValidator/Lite/Upload/PlackRequest.pm
LICENSE
MANIFEST			This list of files
META.json
META.yml
README
t/00_compile.t
t/010_core/001_simple.t
t/010_core/002_get_error_message.t
t/010_core/003_get_error_messages.t
t/010_core/004_hashkey.t
t/010_core/005_messages.t
t/010_core/006_not_null.t
t/010_core/007_integrate_with_plack.t
t/010_core/008_get_error_messages_from_param.t
t/010_core/009_zero_regex.t
t/010_core/010_my_own_constraint.t
t/010_core/011_messages.t
t/020_constraints/001_default.t
t/020_constraints/002_japanese.t
t/020_constraints/003_url.t
t/020_constraints/004_email.t
t/020_constraints/005_date.t
t/020_constraints/006_file-plack.t
t/020_constraints/006_file.t
t/020_constraints/007_choice.t
t/020_constraints/008_time.t
t/030_upload/001_cgi.t
t/030_upload/002_he.t
t/030_upload/003_special.t
t/030_upload/004_plack.t
t/999_regression/001_break_arguments_in_check.t
t/999_regression/002_empty_form.t
t/dat/file_post.txt
TODO
xt/01_podspell.t
xt/02_perlcritic.t
xt/03_pod.t
xt/04_minimum_version.t
xt/05_cpan_meta.t
xt/06_meta_author.t