Initial import of p5-Devel-StackTrace-WithLexicals version 0.03 in
the NetBSD Packages Collection. The Perl 5 module Devel::StackTrace::WithLexicals by combining the modules Devel::StackTrace and PadWalker, generates stack traces with all the callers' lexical variables.
This commit is contained in:
parent
0068b25ac2
commit
5b65e0a007
3 changed files with 33 additions and 0 deletions
3
devel/p5-Devel-StackTrace-WithLexicals/DESCR
Normal file
3
devel/p5-Devel-StackTrace-WithLexicals/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
The Perl 5 module Devel::StackTrace::WithLexicals by combining the
|
||||
modules Devel::StackTrace and PadWalker, generates stack traces
|
||||
with all the callers' lexical variables.
|
25
devel/p5-Devel-StackTrace-WithLexicals/Makefile
Normal file
25
devel/p5-Devel-StackTrace-WithLexicals/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/02/07 15:12:11 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Devel-StackTrace-WithLexicals-0.03
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Devel-StackTrace-WithLexicals/
|
||||
COMMENT= Perl 5 module combining Devel::StackTrace and PadWalker
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Devel/StackTrace/WithLexicals/.packlist
|
||||
|
||||
DEPENDS+= p5-Devel-StackTrace>=1.1902:../../devel/p5-Devel-StackTrace
|
||||
DEPENDS+= p5-PadWalker-[0-9]*:../../devel/p5-PadWalker
|
||||
|
||||
# For test
|
||||
BUILD_DEPENDS+= p5-Exception-Class>=1.09:../../devel/p5-Exception-Class
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Devel-StackTrace-WithLexicals/distinfo
Normal file
5
devel/p5-Devel-StackTrace-WithLexicals/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/02/07 15:12:11 seb Exp $
|
||||
|
||||
SHA1 (Devel-StackTrace-WithLexicals-0.03.tar.gz) = 23b66dac055ff43157837903d898562feb2fc3ad
|
||||
RMD160 (Devel-StackTrace-WithLexicals-0.03.tar.gz) = 042ecbe8f9f4e73f5c158c6ad36654a79ec1a7e3
|
||||
Size (Devel-StackTrace-WithLexicals-0.03.tar.gz) = 16872 bytes
|
Loading…
Reference in a new issue