Sun Feb 14 08:48:22 2016 UTC ()
Update p5-Params-Validate to 1.22:

1.22    2016-02-13

- Fixed a bug when a callback failed but did not die. The resulting error
  message had a pointless colon in it. Reported by Slaven Rezic. RT #111036.

- Made the pure Perl version use Carp's croak rather than confess. The XS
  version has never included a stack trace in errors. You can use the on_fail
  setting to get a stack trace if you prefer. Reported by Slaven Rezic. RT
  #111036.

- The pure Perl code now uses "(unknown)" when it cannot determine the sub
  that failed, instead of "N/A". Reported by Slaven Rezic. RT #111036.

- Documented the PARAMS_VALIDATE_IMPLEMENTATION environment
  variable. Requested by Slaven Rezic. RT #111035.


(wiz)
diff -r1.58 -r1.59 pkgsrc/devel/p5-Params-Validate/Makefile
diff -r1.32 -r1.33 pkgsrc/devel/p5-Params-Validate/distinfo

cvs diff -r1.58 -r1.59 pkgsrc/devel/p5-Params-Validate/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Params-Validate/Makefile 2015/07/19 08:08:47 1.58
+++ pkgsrc/devel/p5-Params-Validate/Makefile 2016/02/14 08:48:22 1.59
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.58 2015/07/19 08:08:47 wiz Exp $ 1# $NetBSD: Makefile,v 1.59 2016/02/14 08:48:22 wiz Exp $
2 2
3DISTNAME= Params-Validate-1.21 3DISTNAME= Params-Validate-1.22
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Params/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Params/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Params-Validate/ 9HOMEPAGE= http://search.cpan.org/dist/Params-Validate/
10COMMENT= Validate method/function parameters 10COMMENT= Validate method/function parameters
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13#DEPENDS+= {p5-Scalar-List-Utils>=1.0,perl>=5.10.0}:../../devel/p5-Scalar-List-Utils 13#DEPENDS+= {p5-Scalar-List-Utils>=1.0,perl>=5.10.0}:../../devel/p5-Scalar-List-Utils
14DEPENDS+= p5-Module-Implementation-[0-9]*:../../devel/p5-Module-Implementation 14DEPENDS+= p5-Module-Implementation-[0-9]*:../../devel/p5-Module-Implementation
15 15
16BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp 16BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp

cvs diff -r1.32 -r1.33 pkgsrc/devel/p5-Params-Validate/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Params-Validate/distinfo 2015/11/03 03:28:38 1.32
+++ pkgsrc/devel/p5-Params-Validate/distinfo 2016/02/14 08:48:22 1.33
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.32 2015/11/03 03:28:38 agc Exp $ 1$NetBSD: distinfo,v 1.33 2016/02/14 08:48:22 wiz Exp $
2 2
3SHA1 (Params-Validate-1.21.tar.gz) = 04fce89b29e34ff40aa6bb896feadbc5d93534ef 3SHA1 (Params-Validate-1.22.tar.gz) = 4e8b8e9a5572105e4e05bdbd7c4393587e33abbb
4RMD160 (Params-Validate-1.21.tar.gz) = 4a684566cb8d1974d4292b0ab318962649df1a33 4RMD160 (Params-Validate-1.22.tar.gz) = 5bc47f335ace049ceab6d081afa57478fef7cbba
5SHA512 (Params-Validate-1.21.tar.gz) = 62acacad164133f897f51bde92633b4445e95555edb2395bb6fd8bfc786b7c0c6dd9b0592d998d7458ebf928701f1b02b9a0a0aa192b26436fb29258bb90fe5c 5SHA512 (Params-Validate-1.22.tar.gz) = 48451f2dcae1432c0b3111668609214ef080281d4d480501e04798a249c938fc69f45a81d2d77d653be86305aa4176fc854487e37288d9f271b1723a072fd6ba
6Size (Params-Validate-1.21.tar.gz) = 123943 bytes 6Size (Params-Validate-1.22.tar.gz) = 125866 bytes