diff options
author | wen <wen@pkgsrc.org> | 2012-12-01 13:57:18 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-12-01 13:57:18 +0000 |
commit | 768fd34313e0144404b1fae8c46b2001b366bcb1 (patch) | |
tree | d9b8d4ec865ce5dd7b3dfb0111590f3fd2fc80ab /textproc/p5-Data-FormValidator | |
parent | 5d89827fdc4c45b7adb93caa873dec0d9b3889e1 (diff) | |
download | pkgsrc-768fd34313e0144404b1fae8c46b2001b366bcb1.tar.gz |
Update to 4.80
Upstream changes:
4.80 Nov 1st, 2012
[NEW FEATURES]
- New built-in constraint_methods to test the number of values submitted for a
particular field:
FV_num_values(1),
FV_num_values_between(1,2), # inclusive
One way that garbage can get through a Data::FormValidator profile is
when two values are submitted when only one is intended. In this
case, this application could end up with a values like this:
ARRAY(0x841214c)
Using these new constraints, you can precisely control how many values
are allowed for each field.
[INTERNAL]
- Source control hosting has been moved to http://hub.darcs.net
You can now browse, pull and fork the darcs repo through this website.
4.71 Oct 2nd, 2012
[BUG FIXES]
- Custom messages for built-in constraints work again. It appears that this
was broken in 4.70, which triggered a sleeper bug.
(Thanks to Lee Carmichael, Mark Stosberg, RT##73235)
4.70 11/11/11
[NEW FEATURES]
- Built-in constraints in Constraints.pm can now be renamed:
constraint_methods => {
first_names => {
constraint_method => FV_max_length(3),
name => 'custom_length',
}
},
(Thanks to heinst@arqs.com.br for the suggestion, RT#49477)
[INTERNALS]
- modernize Constraints.pm and Results.pm a bit.
- Module::Build added to configure_requires in Build.PL
4.67 11/11/11
[INTERNALS]
- modernize FormValidator.pm internals a bit
- Update META.yml to exclude an internal package from getting indexed.
Diffstat (limited to 'textproc/p5-Data-FormValidator')
-rw-r--r-- | textproc/p5-Data-FormValidator/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Data-FormValidator/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Data-FormValidator/Makefile b/textproc/p5-Data-FormValidator/Makefile index 7c1dd4e3140..6d08344cca6 100644 --- a/textproc/p5-Data-FormValidator/Makefile +++ b/textproc/p5-Data-FormValidator/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2012/10/25 06:56:11 asau Exp $ +# $NetBSD: Makefile,v 1.20 2012/12/01 13:57:18 wen Exp $ -DISTNAME= Data-FormValidator-4.66 +DISTNAME= Data-FormValidator-4.80 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} diff --git a/textproc/p5-Data-FormValidator/distinfo b/textproc/p5-Data-FormValidator/distinfo index 6b7ede6f33f..647873d55da 100644 --- a/textproc/p5-Data-FormValidator/distinfo +++ b/textproc/p5-Data-FormValidator/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2010/03/01 06:09:55 sno Exp $ +$NetBSD: distinfo,v 1.10 2012/12/01 13:57:18 wen Exp $ -SHA1 (Data-FormValidator-4.66.tar.gz) = 0d3b0fd71544ab4568e2480f8f6e095530a3fba8 -RMD160 (Data-FormValidator-4.66.tar.gz) = d0a54bd5a9e2fdbe83381dd089d90a474c79b144 -Size (Data-FormValidator-4.66.tar.gz) = 97145 bytes +SHA1 (Data-FormValidator-4.80.tar.gz) = 5a4859450ac257c204d68886a160269316fb18ec +RMD160 (Data-FormValidator-4.80.tar.gz) = d9433a04efa99839c61236d5b9f1fcf2c34db2e6 +Size (Data-FormValidator-4.80.tar.gz) = 109865 bytes |