aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-StackTrace
Commit message (Collapse)AuthorAgeFilesLines
* Updated to 0.09Lars Balker Rasmussen2008-09-042-4/+4
| | | | Notes: svn path=/head/; revision=219821
* Update to 0.08Lars Balker Rasmussen2008-04-062-4/+4
| | | | Notes: svn path=/head/; revision=210674
* Update to 0.07Lars Balker Rasmussen2008-02-043-9/+12
| | | | Notes: svn path=/head/; revision=206720
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-6/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 0.06Lars Balker Rasmussen2006-07-252-4/+4
| | | | Notes: svn path=/head/; revision=168744
* Update to 0.05Lars Balker Rasmussen2006-07-142-4/+4
| | | | Notes: svn path=/head/; revision=167759
* Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possiblyLars Balker Rasmussen2006-07-111-1/+1
| | | | | | | p5-Catalyst-Devel as well (if they have Helper modules). Notes: svn path=/head/; revision=167513
* Changing email-address on my 80 ports.Lars Balker Rasmussen2006-05-011-2/+2
| | | | | | | Approved by: erwin (mental) Notes: svn path=/head/; revision=161060
* - Update to 0.04Sergey Matveychuk2006-03-282-4/+4
| | | | | | | | PR: ports/95001 Submitted by: maintainer Notes: svn path=/head/; revision=158344
* - Update to 0.03Sergey Matveychuk2006-03-262-4/+4
| | | | | | | | PR: ports/94958 Submitted by: maintainer Notes: svn path=/head/; revision=158187
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* This plugin will enhance the standard Catalyst debug screen by includingErwin Lansing2006-01-114-0/+42
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/ PR: ports/91667 Submitted by: Lars Balker Rasmussen <lars@balker.dk> Notes: svn path=/head/; revision=153271