Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 58B1B63BACE for ; Wed, 14 Jul 2010 09:43:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id EE96763B101; Wed, 14 Jul 2010 09:43:01 +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 133D163B100 for ; Wed, 14 Jul 2010 09:43:01 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 45262175DD; Wed, 14 Jul 2010 09:43:01 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Wed, 14 Jul 2010 09:43:01 +0000 From: Stoned Elipot Subject: CVS commit: pkgsrc/devel/p5-Variable-Magic To: pkgsrc-changes@NetBSD.org Reply-To: seb@netbsd.org X-Mailer: log_accum Message-Id: <20100714094301.45262175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: seb Date: Wed Jul 14 09:43:01 UTC 2010 Modified Files: pkgsrc/devel/p5-Variable-Magic: Makefile distinfo Log Message: Update p5-Variable-Magic from version 0.42 to version 0.43. Upstream changes: 0.43 2010-06-25 23:35 UTC + Add : The new constant VMG_COMPAT_GLOB_GET tells you whether get magic is called for globs. It's true starting perl 5.13.2. + Chg : All callbacks are now called within an eval-like context. Only free callbacks used to be called that way. + Fix : Some exceptions thrown from a free callback could be lost. + Fix : Croak messages could sometimes be repeated several times. + Fix : t/41-clone.t segfaulting with perl 5.13.2. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Variable-Magic/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-Variable-Magic/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.