SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
5
www/p5-Catalyst-Plugin-FormValidator/pkg/DESCR
Normal file
5
www/p5-Catalyst-Plugin-FormValidator/pkg/DESCR
Normal 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.
|
4
www/p5-Catalyst-Plugin-FormValidator/pkg/MESSAGE
Normal file
4
www/p5-Catalyst-Plugin-FormValidator/pkg/MESSAGE
Normal 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.
|
3
www/p5-Catalyst-Plugin-FormValidator/pkg/PLIST
Normal file
3
www/p5-Catalyst-Plugin-FormValidator/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Catalyst/Plugin/
|
||||
${P5SITE}/Catalyst/Plugin/FormValidator.pm
|
||||
@man man/man3p/Catalyst::Plugin::FormValidator.3p
|
Loading…
Add table
Add a link
Reference in a new issue