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" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 32A01A6567 for ; Thu, 2 Oct 2014 00:35:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CF5C014A19D; Thu, 2 Oct 2014 00:35:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B652A14A198 for ; Thu, 2 Oct 2014 00:35: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 RK81wrhJv5Y4 for ; Thu, 2 Oct 2014 00:35:46 +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 3CE2314A181 for ; Thu, 2 Oct 2014 00:35:46 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 30A8598; Thu, 2 Oct 2014 00:35:46 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 2 Oct 2014 00:35:46 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Devel-StackTrace To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20141002003546.30A8598@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Thu Oct 2 00:35:46 UTC 2014 Modified Files: pkgsrc/devel/p5-Devel-StackTrace: Makefile distinfo Log Message: Update to 1.34 Upstream changes: 1.34 2014-06-26 - Fixed use of // operator (my use, not Graham's) in previous release. 1.33 2014-06-26 - Added a skip_frames option. This causes the stack trace to skip an arbitrary number of frames. Patch by Graham Knopp. 1.32 2014-05-05 - Added a filter_frames_early option to filter frames before arguments are stringified. Added by Dagfinn Ilmari Mannsker. 1.31 2014-01-16 - No code changes, just doc updates, including documenting the as_string() method in Devel::StackTrace::Frame. Requested by Skef. RT #91575. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-Devel-StackTrace/Makefile cvs rdiff -u -r1.17 -r1.18 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.