Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id B84C663B883 for ; Sat, 18 Jul 2009 17:45:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 73DF563B15C; Sat, 18 Jul 2009 17:45:53 +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 94EE163B10F for ; Sat, 18 Jul 2009 17:45:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7F785175D0; Sat, 18 Jul 2009 17:45:52 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 18 Jul 2009 17:45:52 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/devel/p5-Devel-StackTrace To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20090718174552.7F785175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: sno Date: Sat Jul 18 17:45:52 UTC 2009 Modified Files: pkgsrc/devel/p5-Devel-StackTrace: Makefile distinfo Log Message: Updating package for p5 module Devel::StackTrace from 1.2100 to 1.2200 Upstream changes from 1.21 to 1.22: 1.22 Jul 15, 2009 - Apparently, overload::StrVal on older Perls (5.8.5, but not 5.8.8) tried to call a stringification method if it existed. So now, Devel::StackTrace just uses overload::AddrRef instead, which should always be safe. Reported by Michael Stevens. Fixes RT #47900. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Devel-StackTrace/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Devel-StackTrace/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.