summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-StackTrace
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-02-06Updated www/p5-Catalyst-Plugin-StackTrace to 0.12abs2-7/+6
Revision history for Perl extension Catalyst::Plugin::StackTrace 0.12 2012-07-12 15:13:00 BST - Convert from Class::Accessor::Fast to Moose (dakkar)
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-07-21Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc thewiz1-2/+0
URL should be as HOMEPAGE in the Makefile.
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/