Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id BDF2263B915 for ; Wed, 9 May 2012 06:15:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D40F114A217; Wed, 9 May 2012 06:15:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45DAF14A216 for ; Wed, 9 May 2012 06:15:48 +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 c6dzwNgfMC6T for ; Wed, 9 May 2012 06:15:47 +0000 (UTC) Received: from nef.pbox.org (ns.pbox.org [IPv6:2001:41d0:1:e836::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.netbsd.org (Postfix) with ESMTPS id 4A75414A205 for ; Wed, 9 May 2012 06:15:46 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.14.5/8.14.5/) with ESMTP id q496FgrT001705 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 9 May 2012 08:15:43 +0200 (CEST) Received: (from agc@localhost) by nef.pbox.org (8.14.5/8.14.5/Submit) id q496FgB5020818 for pkgsrc-changes@netbsd.org; Wed, 9 May 2012 08:15:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7541414A1D5 for ; Wed, 9 May 2012 05:08:00 +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 LNJL69GRftnn for ; Wed, 9 May 2012 05:08:00 +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 EA7EF14A1FA for ; Wed, 9 May 2012 05:07:59 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B8508175DD; Wed, 9 May 2012 05:09:55 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Date: Wed, 9 May 2012 05:09:55 +0000 From: "Ulrich Habel" Subject: CVS commit: pkgsrc/devel/p5-Want To: pkgsrc-changes@netbsd.org Reply-To: rhaen@netbsd.org X-Mailer: log_accum Message-Id: <20120509050955.B8508175DD@cvs.netbsd.org> X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (nef.pbox.org [0.0.0.0]); Wed, 09 May 2012 08:15:43 +0200 (CEST) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rhaen Date: Wed May 9 05:09:55 UTC 2012 Modified Files: pkgsrc/devel/p5-Want: Makefile distinfo Log Message: Changes: 0.19 Sat 30 Jul 2011 17:07:16 BST - Change tests to avoid the new warning 'Useless assignment to a temporary' added in 5.15. 0.20 Sun 5 Feb 2012 17:43:22 GMT - Remove a test that was testing the behaviour of perl, rather than of this module, and was testing an aspect of perl’s behaviour that has changed (bf8fb5ebd) in in such a way that the test was failing with bleadperl. 0.21 Wed 29 Feb 2012 16:47:58 GMT - Avoid leaking the RHS of an lnoreturn lvalue sub, thanks to Father Chrysostomos https://rt.cpan.org/Public/Bug/Display.html?id=72083 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-Want/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Want/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.