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 A94AD7A3D6 for ; Tue, 3 May 2016 03:04:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2742685F0D; Tue, 3 May 2016 03:04:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A9E7185ED2 for ; Tue, 3 May 2016 03:04:43 +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 n7N0onErxkMV for ; Tue, 3 May 2016 03:04:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 49F2784CEA for ; Tue, 3 May 2016 03:04:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 44B83FBBA; Tue, 3 May 2016 03:04:43 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 3 May 2016 03:04:43 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-List-MoreUtils To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160503030443.44B83FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Tue May 3 03:04:43 UTC 2016 Modified Files: pkgsrc/devel/p5-List-MoreUtils: Makefile distinfo Log Message: Updated to devel/p5-List-MoreUtils 0.415 ---------------------------------------- 0.415 2016-05-01 - Release 0.414_001 as 0.415 without further changes 0.414_001 2016-04-13 - fix RT#75727 - after's XS implementation call XSRETURN(-1) when it doesn't find an element (2nd patch provided by Reini Urban, regression test provided by Tony Cook) - fix RT#113117 - XS's minmax() sometimes return undef (perl >= 5.20), thanks PERLANCAR and SREZIC - explicit test for thesis in RT#110998 - XS implementation of pairwise fails with memory allocation error when there are more return values than in original lists -- thesis is proven wrong - efficiency improvements by bulk88 - improve some tests to get clearer reports - distinguish between "Makefile.PL find's a .git directory" and "Makefile.PL runs in maintainer mode" To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-List-MoreUtils/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-List-MoreUtils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.