Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1CBBDA6567 for ; Sat, 16 May 2015 13:45:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 71CAB14A375; Sat, 16 May 2015 13:45:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 173C214A374 for ; Sat, 16 May 2015 13:45:46 +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 l4CU5aJHN4G8 for ; Sat, 16 May 2015 13:45:45 +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 92CC614A373 for ; Sat, 16 May 2015 13:45:45 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 86B6A98; Sat, 16 May 2015 13:45:45 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 16 May 2015 13:45:45 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-B-Hooks-EndOfScope To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150516134545.86B6A98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Sat May 16 13:45:45 UTC 2015 Modified Files: pkgsrc/devel/p5-B-Hooks-EndOfScope: Makefile distinfo Log Message: Update to 0.15 -------------- 0.15 2015-05-14 21:46:06Z - updated the tooling for generating Makefile.PL - removed Tie::StdHash from prereqs, which is not require()able as a module on its own (despite being indexed) (miyagawa, GH #3) - fixed the addition in release 0.14 of Hash::Util::FieldHash as a prerequisite (which is not available prior to perl 5.010) for pure-perl installations (RT#104435) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-B-Hooks-EndOfScope/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-B-Hooks-EndOfScope/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.