summaryrefslogtreecommitdiff
path: root/textproc/p5-FormValidator-Simple/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-07-07pkgsrc changes:sno1-9/+10
- 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.
2009-04-24Modify dependencies to perl-modules which are deployed with the perl-core,sno1-2/+2
mainly Scalar::Util and List::Util
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
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=...").
2008-07-16This Perl module requires the Date::Calc module. Hence add aseb1-1/+3
dependency on devel/p5-Date-Calc package. Bump PKGREVISION to 1.
2008-07-14Added textproc/p5-FormValidator-Simple version 0.23abs1-0/+32
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.