SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,9 @@
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.

View file

@ -0,0 +1,17 @@
${P5SITE}/Data/
${P5SITE}/Data/FormValidator/
${P5SITE}/Data/FormValidator.pm
${P5SITE}/Data/FormValidator/Constraints/
${P5SITE}/Data/FormValidator/Constraints.pm
${P5SITE}/Data/FormValidator/Constraints/Dates.pm
${P5SITE}/Data/FormValidator/Constraints/Upload.pm
${P5SITE}/Data/FormValidator/ConstraintsFactory.pm
${P5SITE}/Data/FormValidator/Filters.pm
${P5SITE}/Data/FormValidator/Results.pm
@man man/man3p/Data::FormValidator.3p
@man man/man3p/Data::FormValidator::Constraints.3p
@man man/man3p/Data::FormValidator::Constraints::Dates.3p
@man man/man3p/Data::FormValidator::Constraints::Upload.3p
@man man/man3p/Data::FormValidator::ConstraintsFactory.3p
@man man/man3p/Data::FormValidator::Filters.3p
@man man/man3p/Data::FormValidator::Results.3p