Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
- 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.
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.