Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id CB74A7A26C for ; Wed, 25 Jan 2017 12:17:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3F8CC8557E; Wed, 25 Jan 2017 12:17:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C4BCF8557D for ; Wed, 25 Jan 2017 12:17:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id K7KMyOGIlnlW for ; Wed, 25 Jan 2017 12:17:08 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4792A85571 for ; Wed, 25 Jan 2017 12:17:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3EB69FBA6; Wed, 25 Jan 2017 12:17:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148534662829370" MIME-Version: 1.0 Date: Wed, 25 Jan 2017 12:17:08 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Params-ValidationCompiler To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170125121708.3EB69FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148534662829370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jan 25 12:17:08 UTC 2017 Modified Files: pkgsrc/devel/p5-Params-ValidationCompiler: Makefile distinfo Log Message: Updated p5-Params-ValidationCompiler to 0.23. 0.23 2017-01-23 - Trying to create a validator for positional parameters where a required param came after one with a default did not throw an exception. - A positional params validator with a slurpy type which had coercions did not return the coerced values. It returned the original values instead. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Params-ValidationCompiler/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Params-ValidationCompiler/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148534662829370 Content-Disposition: inline Content-Length: 1999 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Params-ValidationCompiler/Makefile diff -u pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.7 pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.8 --- pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.7 Sun Jan 1 14:48:24 2017 +++ pkgsrc/devel/p5-Params-ValidationCompiler/Makefile Wed Jan 25 12:17:08 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2017/01/01 14:48:24 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/25 12:17:08 wiz Exp $ -DISTNAME= Params-ValidationCompiler-0.22 +DISTNAME= Params-ValidationCompiler-0.23 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/ Index: pkgsrc/devel/p5-Params-ValidationCompiler/distinfo diff -u pkgsrc/devel/p5-Params-ValidationCompiler/distinfo:1.6 pkgsrc/devel/p5-Params-ValidationCompiler/distinfo:1.7 --- pkgsrc/devel/p5-Params-ValidationCompiler/distinfo:1.6 Sun Jan 1 14:48:24 2017 +++ pkgsrc/devel/p5-Params-ValidationCompiler/distinfo Wed Jan 25 12:17:08 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/01/01 14:48:24 wiz Exp $ +$NetBSD: distinfo,v 1.7 2017/01/25 12:17:08 wiz Exp $ -SHA1 (Params-ValidationCompiler-0.22.tar.gz) = e13e9f8f95000f2f62539d048aa0c448ef56facd -RMD160 (Params-ValidationCompiler-0.22.tar.gz) = 6b845ae29445e24e5532104e65be066ccc16109a -SHA512 (Params-ValidationCompiler-0.22.tar.gz) = 078b54bc18e840dc19b0cb9f2507728c2977d22276c3ed7b239ea31db91188eac3de69229884a150093c6d70d07872906c545eb044c9d360b96de438c23adf9c -Size (Params-ValidationCompiler-0.22.tar.gz) = 39995 bytes +SHA1 (Params-ValidationCompiler-0.23.tar.gz) = 9d98f4b3c5769cbbedbc274839c9dbece436f330 +RMD160 (Params-ValidationCompiler-0.23.tar.gz) = 180062f71a29975fd915894ae2d84bbbc04e33de +SHA512 (Params-ValidationCompiler-0.23.tar.gz) = 838eec5f94b6bbfcb5d0686da39693f3b78491802683edd4d92893939a887690e1f2f2608c4899b10779b04a64eba33bab5d2f689a96b820cef0b3b2a95fb677 +Size (Params-ValidationCompiler-0.23.tar.gz) = 43078 bytes --_----------=_148534662829370--