Import p5-Devel-StackTrace-AsHTML:
Devel::StackTrace::AsHTML adds as_html method to Devel::StackTrace which displays the stack trace in beautiful HTML, with code snippet context and function parameters. If you call it on an instance of Devel::StackTrace::WithLexicals, you even get to see the lexical variables of each stack frame. From Abel Abraham Camarillo Ojeda on ports@
This commit is contained in:
parent
3643e1e630
commit
df452a9eef
18
devel/p5-Devel-StackTrace-AsHTML/Makefile
Normal file
18
devel/p5-Devel-StackTrace-AsHTML/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/11 09:34:05 landry Exp $
|
||||
|
||||
COMMENT = displays stack trace in HTML
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Devel-StackTrace-AsHTML-0.09
|
||||
CATEGORIES = devel
|
||||
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
BUILD_DEPENDS = devel/p5-Devel-StackTrace
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Devel-StackTrace-AsHTML/distinfo
Normal file
5
devel/p5-Devel-StackTrace-AsHTML/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Devel-StackTrace-AsHTML-0.09.tar.gz) = RUb6ZJrFn8aNNmMt0DHRUw==
|
||||
RMD160 (Devel-StackTrace-AsHTML-0.09.tar.gz) = dHPTtjmyGwbs2/dI6W5hjHZGcuc=
|
||||
SHA1 (Devel-StackTrace-AsHTML-0.09.tar.gz) = f1pZoRF34EUy3EBh+GcXcA0pYJ8=
|
||||
SHA256 (Devel-StackTrace-AsHTML-0.09.tar.gz) = tI5XccaV0u9Zv3Ocmp/ICV/wa8AOG8+jbbFhgONhMMI=
|
||||
SIZE (Devel-StackTrace-AsHTML-0.09.tar.gz) = 50238
|
5
devel/p5-Devel-StackTrace-AsHTML/pkg/DESCR
Normal file
5
devel/p5-Devel-StackTrace-AsHTML/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Devel::StackTrace::AsHTML adds as_html method to Devel::StackTrace which
|
||||
displays the stack trace in beautiful HTML, with code snippet context
|
||||
and function parameters. If you call it on an instance of
|
||||
Devel::StackTrace::WithLexicals, you even get to see the lexical
|
||||
variables of each stack frame.
|
5
devel/p5-Devel-StackTrace-AsHTML/pkg/PLIST
Normal file
5
devel/p5-Devel-StackTrace-AsHTML/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/11 09:34:05 landry Exp $
|
||||
${P5SITE}/Devel/
|
||||
${P5SITE}/Devel/StackTrace/
|
||||
${P5SITE}/Devel/StackTrace/AsHTML.pm
|
||||
@man man/man3p/Devel::StackTrace::AsHTML.3p
|
Loading…
Reference in New Issue
Block a user