- Updating package for p5 module FormValidator::Simple from 0.23 to 0.28
- Adjusting meta-data (license, dependencies, module type) according to
package information in META.yml and Makefile.PL
Upstream changes since 0.23:
0.28 Mon Jun 22 14:30:00 2009
- bugfix: on single apache process, 'each' command in Profile.pm breaks
hash reference.
Thanks to asannou.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
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.