From 541f461f70281b2dee8983629022efff27fc98b8 Mon Sep 17 00:00:00 2001 From: cube Date: Wed, 26 Jan 2005 14:16:50 +0000 Subject: Update to version 0.76. 0.76 Nov 13, 2004 (The "Cancan some more" release) - Make sure that both the XS and Perl versions give the same error when checking "can" for an undefined value. 0.75 Nov 13, 2004 (The "Cancan" release) - When checking if a parameter has a method, P::V now calls the ->can method on the parameter, rather than calling UNIVERSAL::can() directly. Requested by Don Armstrong. 0.74 Apr 4, 2004 (The "I hate old Perls" release) - Sometimes, but not always, Perl 5.00504 and 5.00503 cannot produce a string value for a glob (as opposed to glob reference) parameter. This was uncovered by a test in the HTML::Mason test suite, but I cannot reproduce it in a simple testable form for this test suite. Sigh ... 0.73 Mar 28, 2004 (The "YAPC::Taipei release party" release) - The minimum number of arguments required was reported incorrectly by the XS code when a call to validate_pos() failed because too few parameters were given. Patch from Britton Kerin. - Add a new untaint key to the validation spec, which untaints a value if it passes its validation checks. --- devel/p5-Params-Validate/Makefile | 6 +++--- devel/p5-Params-Validate/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'devel/p5-Params-Validate') diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile index ae68eebf4c6..d02a3b84d70 100644 --- a/devel/p5-Params-Validate/Makefile +++ b/devel/p5-Params-Validate/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2004/12/20 11:31:02 grant Exp $ +# $NetBSD: Makefile,v 1.15 2005/01/26 14:16:50 cube Exp $ -DISTNAME= Params-Validate-0.72 +DISTNAME= Params-Validate-0.76 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5pva -PKGREVISION= 1 +PKGREVISION= # empty CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Attribute/} diff --git a/devel/p5-Params-Validate/distinfo b/devel/p5-Params-Validate/distinfo index 7144a1f10fa..ae8ae196332 100644 --- a/devel/p5-Params-Validate/distinfo +++ b/devel/p5-Params-Validate/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2003/12/29 12:03:30 grant Exp $ +$NetBSD: distinfo,v 1.7 2005/01/26 14:16:50 cube Exp $ -SHA1 (Params-Validate-0.72.tar.gz) = b5b22a605f3cb3eb3b68ea04dc56ddf1b00e431c -Size (Params-Validate-0.72.tar.gz) = 48886 bytes +SHA1 (Params-Validate-0.76.tar.gz) = 0040b27e9bbd04301c7c705f5c1583ddaf4d0b08 +Size (Params-Validate-0.76.tar.gz) = 50794 bytes -- cgit v1.2.3