Initial import of ruby18-xslt-0.9.5 as textproc/ruby-xslt.
[pkgsrc.git] / textproc / p5-Data-FormValidator / DESCR
1 Data::FormValidator's main aim is to make input validation expressible in a 
2 simple format.
3
4 Data::FormValidator lets you define profiles which declare the required and 
5 optional fields and any constraints they might have.
6
7 The results are provided as an object which makes it easy to handle missing 
8 and invalid results, return error messages about which constraints failed, or
9 process the resulting valid data.