summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-StackTrace
AgeCommit message (Collapse)AuthorFilesLines
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
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!
2009-10-24Updating www/p5-Catalyst-Plugin-StackTrace from 0.10nb1 to 0.11sno2-8/+7
pkgsrc changes: - Adjust license definition Upstream changes: 0.11 2009-10-18 18:30:00 BST - Fixup copyright info
2009-09-24Bumping revision of packages which depend direct or indirect onsno1-1/+2
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-05-01PkgSrc changes:sno2-7/+8
- Updating package for p5 module Catalyst::Plugin::StackTrace from 0.09 to 0.10 - Setting license to gnu-gpl-v2 - Adjusting dependencies Upstream changes: 0.10 2009-04-20 13:50:00 - Switch to MRO::Compat
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. 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=...").
2008-09-11Update from version 0.08 to 0.09.he2-7/+7
Pkgsrc changes: o Adjust dependencies Upstream changes: 0.09 2008-09-03 12:00:00 - Filter out unwanted stack frames and attributes in the $SIG{__DIE__} handler instead of finalize_error(). - Avoid stringifying refs in the trace, since we now throw them away immediately.
2008-07-15Added www/p5-Catalyst-Plugin-StackTrace version 0.08abs3-0/+32
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/