Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8795C70B9C for ; Mon, 21 Oct 2013 18:03:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A027C14A2C2; Mon, 21 Oct 2013 18:03:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 81B0E14A2C1 for ; Mon, 21 Oct 2013 18:03: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 O0KKt8gLoo2f for ; Mon, 21 Oct 2013 18:03:43 +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 B878414A2A3 for ; Mon, 21 Oct 2013 18:03:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6F0BF96; Mon, 21 Oct 2013 18:03:42 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 21 Oct 2013 18:03:42 +0000 From: "Jens Rehsack" Subject: CVS commit: pkgsrc/devel/p5-Scalar-List-Utils To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20131021180342.6F0BF96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sno Date: Mon Oct 21 18:03:42 UTC 2013 Modified Files: pkgsrc/devel/p5-Scalar-List-Utils: Makefile distinfo Log Message: Updating package for CPAN distribution for Scalar-List-Utils in devel/p5-Scalar-List-Utils from 1.31 to 1.35. pkgsrc changes: - updating URI's & co - removing pkgviews stuff (removed from generator) Upstream changes: 1.35 -- Sat Oct 19 01:35 UTC 2013 * Added List::Util::product() * Ensure that List::Util::{any,all,none,notall} return PL_sv_{yes,no} * Implement reduce() and first() even in the absence of MULTICALL 1.34 -- Wed Oct 16 13:04 UTC 2013 * Avoid C99/C++-style comments in XS code * Fix dualvar tests for perl 5.6; fix skip() test counts in dualvar.t * Neater documentation examples of other functions that can be built using reduce 1.33 -- Sun Oct 13 01:35 UTC 2013 * Added any, all, none, notall list reduction functions (inspired by List::MoreUtils) 1.32 -- Sun Aug 31 23:48 UTC 2013 * Skip pairmap()'s MULTICALL implementation 5.8.9 / 5.10.0 as it doesn't work (RT87857) * Comment on the fact that package "0" is defined but false (RT88201) * TODO test in t/readonly.t now passes since 5.19.3 (RT88223) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Scalar-List-Utils/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Scalar-List-Utils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.