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 CA70B7ABDE for ; Mon, 18 Jan 2016 13:35:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3EF1D85E66; Mon, 18 Jan 2016 13:35:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C1CE585E57 for ; Mon, 18 Jan 2016 13:35:57 +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 iSiL97HJ4cI3 for ; Mon, 18 Jan 2016 13:35:57 +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 6846785E00 for ; Mon, 18 Jan 2016 13:35:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F9D5FBB5; Mon, 18 Jan 2016 13:35:57 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 18 Jan 2016 13:35:57 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Test-Warnings To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160118133557.5F9D5FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Mon Jan 18 13:35:57 UTC 2016 Modified Files: pkgsrc/devel/p5-Test-Warnings: Makefile distinfo Log Message: Update to 0.024 Upstream changes: 0.024 2015-12-24 18:44:29Z - remove diagnostics accidentally left in new test 0.023 2015-12-22 06:44:24Z - properly handle propagating warnings to previously declared handlers that are not coderefs (i.e. a sub name, or the magic DEFAULT and IGNORE) 0.022 2015-12-19 00:32:42Z - propagate all warnings to any previously-declared __WARN__ handlers (unlike with __DIE__, merely calling warn() is not sufficient) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Test-Warnings/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Test-Warnings/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.