mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
10 lines
410 B
Plaintext
10 lines
410 B
Plaintext
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.
|