freebsd-ports/textproc/p5-Validator-Custom/pkg-descr
Sunpoet Po-Chuan Hsieh ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00

12 lines
566 B
Text

Validator::Custom validate HTML form data easy and flexibly. The features are
the following ones.
- Many constraint functions are available by default, such as not_blank, int,
defined, in_array, length.
- Several filter functions are available by default, such as trim,
datetime_to_timepiece, date_to_timepiece.
- You can register your constraint function.
- You can set error messages for invalid parameter value. The order of messages
is keeped.
- Support OR condtion constraint and negativate constraint.
WWW: https://metacpan.org/release/Validator-Custom