Import p5-Devel-StackTrace 1.01; submitted by Jim Geovedi <jim@corebsd.or.id>
The Devel::StackTrace object contains a set of Devel::StackTraceFrame objects, one for each level of the stack.
This commit is contained in:
parent
84bf4ecc32
commit
8a09eca1c4
21
devel/p5-Devel-StackTrace/Makefile
Normal file
21
devel/p5-Devel-StackTrace/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/10/16 12:53:27 wilfried Exp $
|
||||
|
||||
COMMENT= "stack trace and stack trace frame objects"
|
||||
|
||||
DISTNAME= Devel-StackTrace-1.01
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
|
||||
|
||||
# Artistic License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Devel-StackTrace/distinfo
Normal file
3
devel/p5-Devel-StackTrace/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Devel-StackTrace-1.01.tar.gz) = a2a0f9131ec38e51bce7572d01c3a90c
|
||||
RMD160 (Devel-StackTrace-1.01.tar.gz) = b4a3c6ee058aa10edffad3f619b0eaab717bbdec
|
||||
SHA1 (Devel-StackTrace-1.01.tar.gz) = 17bf9ef792d6da1671eb0f0cf461b4b0c567dd90
|
9
devel/p5-Devel-StackTrace/pkg/DESCR
Normal file
9
devel/p5-Devel-StackTrace/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
The Devel::StackTrace module contains two classes, Devel::StackTrace
|
||||
and Devel::StackTraceFrame. The goal of this object is to encapsulate
|
||||
the information that can found through using the caller() function,
|
||||
as well as providing a simple interface to this data.
|
||||
|
||||
The Devel::StackTrace object contains a set of Devel::StackTraceFrame
|
||||
objects, one for each level of the stack. The frames contain all
|
||||
the data available from caller() as of Perl 5.6.0 though this module
|
||||
still works with 5.00503.
|
3
devel/p5-Devel-StackTrace/pkg/PLIST
Normal file
3
devel/p5-Devel-StackTrace/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/10/16 12:53:27 wilfried Exp $
|
||||
${P5SITE}/Devel/StackTrace.pm
|
||||
man/man3p/Devel::StackTrace.3p
|
Loading…
Reference in New Issue
Block a user