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:
landry 2010-12-11 09:34:05 +00:00
parent 3643e1e630
commit df452a9eef
4 changed files with 33 additions and 0 deletions

View 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>

View 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

View 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.

View 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