diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-01-11 17:12:59 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-01-11 17:12:59 +0000 |
commit | 14f8e44a8f111caca40b653f7c9ab327348e15d0 (patch) | |
tree | b4bcd37f9bbf59d294e330455265e80d976ca4b0 /www/Makefile | |
parent | e731f3836c5aa100b7045598dc03fad00d76d7be (diff) |
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/
PR: ports/91667
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Notes
Notes:
svn path=/head/; revision=153271
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 575597499e1d..d2e0191d2c22 100644 --- a/www/Makefile +++ b/www/Makefile @@ -527,6 +527,7 @@ SUBDIR += p5-Catalyst-Plugin-Session-Store-File SUBDIR += p5-Catalyst-Plugin-Session-Store-Memcached SUBDIR += p5-Catalyst-Plugin-Singleton + SUBDIR += p5-Catalyst-Plugin-StackTrace SUBDIR += p5-Catalyst-Plugin-Static SUBDIR += p5-Catalyst-Plugin-SubRequest SUBDIR += p5-Catalyst-Plugin-Textile |