NOTICE: This package has been removed from pkgsrc

./wip/p5-Catalyst-Plugin-StackTrace, Display a stack trace on the debug screen

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.06nb1, Package name: p5-Catalyst-Plugin-StackTrace-0.06nb1, Maintainer: kuli0020

This plugin will enhance the standard Catalyst debug screen by including
a stack trace of your appliation up to the point where the error
occurred. Each stack frame is displayed along with the package name,
line number, file name, and code context surrounding the line number.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/


Required to run:
[lang/perl5] [devel/p5-Devel-StackTrace] [www/p5-Catalyst-Runtime]

Required to build:
[devel/p5-Module-Build]

Master sites: (Expand)

SHA1: ac7381f1e66712893c6d95c49d3ba880fa8c1857
RMD160: 4ed6f89979fd125a34faebe3d4fefa0e3b91acde
Filesize: 6.372 KB

Version history: (Expand)


CVS history: (Expand)


   2008-10-20 12:10:18 by Tonnerre | Files touched by this commit (41)
Log message:
Use as much of the catalyst from normal, non-wip pkgsrc as possible.
PKGREVISION++.
   2008-05-30 14:22:03 by abs | Files touched by this commit (102)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2007-03-03 07:02:07 by Johann Franz | Files touched by this commit (2)
Log message:
Update to 0.06.
Changes since 0.02:
0.06    2006-07-25 11:52:15
        - fixed bug where $@ would get reset for exception objects
        - changed stylesheets to match Catalyst 5.7000

0.05    2006-07-13 16:34:11
        - fixed bug where an exception in the $SIG{__DIE__} handler would cause
          the original exception to be lost
        - increased contrast on error line (Christopher H. Laco)
        - added reverse option (Christopher H. Laco)

0.04    2006-03-26 22:30:00
        - Properly handle the case where finalize_error is called but there
          is no stacktrace.  This happens if the user manually sets $c->error.

0.03    2006-03-16 23:40:00
        - Made the stack trace fill the entire width.
        - Added respect_overload option for Devel::StackTrace (Stephen
          Steneker)
   2006-03-10 21:30:19 by Roman Kulik | Files touched by this commit (4) | Imported package
Log message:
This plugin will enhance the standard Catalyst debug screen by including
a stack trace of your appliation up to the point where the error
occurred. Each stack frame is displayed along with the package name,
line number, file name, and code context surrounding the line number.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/