Data::FormValidator::Constraints 4.40 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 86K
Developer: Data::FormValidator::Constraints Team
0 stars award from rbytes.net

Data::FormValidator::Constraints is a Perl module with basic sets of constraints on input profile.

SYNOPSIS

use Data::FormValidator::Constraints qw(:all);
In an Data::FormValidator profile:
constraint_methods => {
email => email(),
fax => american_phone(),
phone => american_phone(),
state => state(),
},

These are the builtin constraints that can be specified by name in the input profiles.
Be sure to check out the SEE ALSO section for even more pre-packaged constraints you can use.

Requirements:
Perl

Data::FormValidator::Constraints 4.40 search tags