diff options
author | wiz <wiz> | 2012-07-21 20:07:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-07-21 20:07:59 +0000 |
commit | b5a32f0404e07e2ffb354215a42be2fe8db69ba3 (patch) | |
tree | f2648d993728b4d0b415d3b7100d8757fdfdaf92 /www/p5-Catalyst-Plugin-StackTrace | |
parent | 1f1aa7473d207957c43e9477b9f41b4fb3ebd2fc (diff) | |
download | pkgsrc-b5a32f0404e07e2ffb354215a42be2fe8db69ba3.tar.gz |
Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the
URL should be as HOMEPAGE in the Makefile.
Diffstat (limited to 'www/p5-Catalyst-Plugin-StackTrace')
-rw-r--r-- | www/p5-Catalyst-Plugin-StackTrace/DESCR | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Plugin-StackTrace/DESCR b/www/p5-Catalyst-Plugin-StackTrace/DESCR index 914df0c9989..97525a017d8 100644 --- a/www/p5-Catalyst-Plugin-StackTrace/DESCR +++ b/www/p5-Catalyst-Plugin-StackTrace/DESCR @@ -2,5 +2,3 @@ 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/ |