Binary package “libformvalidator-simple-perl” in ubuntu trusty

module for validating forms with simple chains of constraints

 FormValidator::Simple provides you a sweet way of form data validation with
 simple constraints chains. You can write constraints on single line for each
 input data.
 .
 This idea is based on Sledge::Plugin::Validator, and most of validation code
 is borrowed from this plugin.