summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb>2010-03-13 21:18:57 +0000
committerseb <seb>2010-03-13 21:18:57 +0000
commitcf03bd1b462a543c0d05f5947c87072ae8a951a5 (patch)
tree4311dd418d63ec5e50ad4c07e55ff9294ea12219
parent9878dfd5817d195251f5ebc4678a512760deddd4 (diff)
downloadpkgsrc-cf03bd1b462a543c0d05f5947c87072ae8a951a5.tar.gz
Note initial addition of p5-Devel-StackTrace-AsHTML version 0.05
as devel/p5-Devel-StackTrace-AsHTML into The NetBSD Packages Collection. The Perl 5 module Devel::StackTrace::AsHTML adds as_html method to Devel::StackTrace which displays the stack trace in beautiful HTML, with code snippet context and function parameters. If you call it on an instance of Devel::StackTrace::WithLexicals, you even get to see the lexical variables of each stack frame.
-rw-r--r--doc/CHANGES-20103
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010
index fb8cb0e284a..77355c091ee 100644
--- a/doc/CHANGES-2010
+++ b/doc/CHANGES-2010
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2010,v 1.1203 2010/03/13 20:20:19 schmonz Exp $
+$NetBSD: CHANGES-2010,v 1.1204 2010/03/13 21:18:57 seb Exp $
Changes to the packages collection and infrastructure in 2010:
@@ -1420,3 +1420,4 @@ Changes to the packages collection and infrastructure in 2010:
Added devel/p5-Test-Requires version 0.03 [seb 2010-03-13]
Added security/zkt version 0.99c [pettai 2010-03-13]
Updated www/ikiwiki to 3.20100312 [schmonz 2010-03-13]
+ Added devel/p5-Devel-StackTrace-AsHTML version 0.05 [seb 2010-03-13]