freebsd-ports/textproc/p5-FormValidator-Simple/pkg-descr
Lars Thegler bcf3ed8ed5 Add p5-FormValidator-Simple 0.10, validation with simple chains of
constraints.

PR:		ports/89358
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-11-21 16:35:57 +00:00

15 lines
478 B
Plaintext

This module provides you a sweet way of form data validation with
simple constraints chains.
You can write constraints on single line for each input data.
This idea is based on Sledge::Plugin::Validator, and most of
validation code is borrowed from this plugin.
(Sledge is a MVC web application framework: http://sl.edge.jp [Japanese] )
The result object this module returns behaves like
Data::FormValidator::Results.
WWW: http://search.cpan.org/dist/FormValidator-Simple/