Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id F22E763B8BA for ; Sun, 18 Jan 2009 23:21:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 8F97B63B264; Sun, 18 Jan 2009 23:21:22 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id A5E9C63B263 for ; Sun, 18 Jan 2009 23:21:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 888AE175D0; Sun, 18 Jan 2009 23:21:21 +0000 (UTC) From: Havard Eidnes Subject: CVS commit: pkgsrc/devel/p5-B-Hooks-EndOfScope To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org Message-Id: <20090118232121.888AE175D0@cvs.netbsd.org> Date: Sun, 18 Jan 2009 23:21:21 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: he Date: Sun Jan 18 23:21:21 UTC 2009 Modified Files: pkgsrc/devel/p5-B-Hooks-EndOfScope: Makefile distinfo Log Message: Update from version 0.04 to 0.05. Pkgsrc changes: o Update dependencies according to changed requirements. Upstream changes: 0.05 Sun, 04 Jan 2009 20:46:07 +0100 * Use Variable::Magic and cast %^H instead Scope::Guard and relying on a timely destruction of objects within %^H. This fixes using on_scope_end in blocks where string evals are compiled as those increment the refcount of objects in %^H on 5.10. To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-B-Hooks-EndOfScope/Makefile \ 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.