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 7ADD47A3D5 for ; Sun, 10 Apr 2016 08:07:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E327C85EF3; Sun, 10 Apr 2016 08:07:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 71A3E85EF1 for ; Sun, 10 Apr 2016 08:07:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Gr7xMJvVo8rQ for ; Sun, 10 Apr 2016 08:07:26 +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 CB91D84CF0 for ; Sun, 10 Apr 2016 08:07:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE512FBBA; Sun, 10 Apr 2016 08:07:25 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 10 Apr 2016 08:07:25 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Dist-Zilla To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160410080725.BE512FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Sun Apr 10 08:07:25 UTC 2016 Modified Files: pkgsrc/devel/p5-Dist-Zilla: Makefile distinfo Log Message: (pkgsrc) - Add following line for make test +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.45:../../devel/p5-Scalar-List-Utils (upstream) - Updated to devel/p5-Dist-Zilla-5.044 ------------------------------------ 5.044 2016-04-06 20:32:14-04:00 America/New_York - require a newer List::Util to avoid a dumb bug caused by relying on side effects of loading Moose (thanks, Karen Etheridge!) 5.043 2016-01-04 22:54:56-05:00 America/New_York - dzil test now supports --extended to set EXTENDED_TESTING (thanks, Philippe Bruhat) 5.042 2015-11-26 09:05:37-05:00 America/New_York - try to avoid testing errors when the local time zone can't be determined (https://github.com/rjbs/Dist-Zilla/issues/497) 5.041 2015-10-27 22:07:54-04:00 America/New_York - add 'static_attribution' attribution to MakeMaker plugin - fix prereqs for App::Cmd and Config::MVP::Reader::INI 5.040 2015-10-13 11:42:25-04:00 America/New_York - the distribution tarball name no longer includes -TRIAL if the version contains an underscore - [PkgVersion] adds "$VERSION = $VERSION_SANS_UNDERSCORES" when version contains an underscore - made the PodCoverageTests and PodSyntaxTests plugins generate author tests, not release tests. These are tests you want passing on every commit, not just before a release (Dave Rolsky) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-Dist-Zilla/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Dist-Zilla/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.