pkgsrc/textproc/p5-Data-FormValidator/DESCR
erh 0a22862eae Add package p5-Data-FormValidator version 3.59
Validates used input based on input profile
2004-07-13 04:31:05 +00:00

9 lines
413 B
Text

Data::FormValidator's main aim is to make input validation expressible in a
simple format.
Data::FormValidator lets you define profiles which declare the required and
optional fields and any constraints they might have.
The results are provided as an object which makes it easy to handle missing
and invalid results, return error messages about which constraints failed, or
process the resulting valid data.