summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-StackTrace-AsHTML
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2011-08-12Changes 0.11:adam2-17/+15
* You should now pass the error message in 'message' parameter explicitly to display as an error * Use the first frame, not the second frame to capture error message Changes 0.10: * Don't ignore the top frame. This should be donw using the ignore_package option
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-04-10Update p5-Devel-StackTrace-AsHTML from version 0.05 to version 0.09.seb2-6/+6
Upstream changes: 0.09 Sun Mar 28 23:04:05 PDT 2010 - no warnings about # in qw() 0.08 Sun Mar 28 20:35:26 PDT 2010 - Encode high bit characters as HTML entities. 0.07 Sat Mar 27 06:31:23 PDT 2010 - Hide the WithLexical recommendation from HTML 0.06 Thu Mar 25 11:22:44 PDT 2010 - Wrap rhe raw error message with <pre> (tokuhirom)
2010-03-13Initial import of p5-Devel-StackTrace-AsHTML version 0.05 in theseb3-0/+31
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.