Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 35B6563C3D7 for ; Sun, 11 Oct 2009 08:19:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id D9C6963B23B; Sun, 11 Oct 2009 08:19:53 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id EC52263B23A for ; Sun, 11 Oct 2009 08:19:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D6892175DA; Sun, 11 Oct 2009 08:19:52 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 11 Oct 2009 08:19:52 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/devel/p5-Params-Validate To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20091011081952.D6892175DA@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: sno Date: Sun Oct 11 08:19:52 UTC 2009 Modified Files: pkgsrc/devel/p5-Params-Validate: Makefile distinfo Log Message: Updating devel/p5-Params-Validate from 0.91nb2 to 0.92 pkgsrc changes: - Adjusting license - Adjusting dependencies Upstream changes: 0.92 Sep 25, 2009 - Switched to Module::Build and don't try to detect a compiler. If you want to force a Perl-only build, run the Build.PL as "perl Build.PL --pp". Addresses RT #44719 (more or less), Reported by Olivier Mengu'e. - Require Scalar::Util 1.10, since that is the first version with looks_like_number. Reported by Olivier Mengu'e. RT #45103. - Require Attribute::Handlers 0.79. Reported by Olivier Mengu'e. RT #44066. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/p5-Params-Validate/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-Params-Validate/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.