2011-08-12 13:49:35 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 0.11:
* 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-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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-10 10:24:49 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-Devel-StackTrace-AsHTML from version 0.05 to version 0.09.
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-13 22:17:26 by Stoned Elipot | Files touched by this commit (3) | |
Log message:
Initial import of p5-Devel-StackTrace-AsHTML version 0.05 in 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.
|