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,5 @@
This plugin uses Data::FormValidator to validate and set up form data
from your request parameters.
It's just a thin wrapper, refer to the p5-Data-FormValidator
documentation.

View file

@ -0,0 +1,4 @@
Using Catalyst::Plugin::FormValidator is not recommended as the module
takes over the global $c->form method, rather than being applicable in
only part of your Catalyst application. Furthermore,
Data::FormValidator itself is not recommended for use.

View file

@ -0,0 +1,3 @@
${P5SITE}/Catalyst/Plugin/
${P5SITE}/Catalyst/Plugin/FormValidator.pm
@man man/man3p/Catalyst::Plugin::FormValidator.3p