From 2603917e0202fee9e4de95b9769faf0f5a8b8bd6 Mon Sep 17 00:00:00 2001 From: abs Date: Mon, 14 Jul 2008 09:26:02 +0000 Subject: Added devel/p5-PadWalker version 1.7 PadWalker is a module which allows you to inspect (and even change!) lexical variables in any subroutine which called you. It will only show those variables which are in scope at the point of the call. PadWalker is particularly useful for debugging. It's even used by Perl's built-in debugger. (It can also be used for evil, of course.) I wouldn't recommend using PadWalker directly in production code, but it's your call. Some of the modules that use PadWalker internally are certainly safe for and useful in production. --- devel/p5-PadWalker/DESCR | 10 ++++++++++ devel/p5-PadWalker/Makefile | 18 ++++++++++++++++++ devel/p5-PadWalker/distinfo | 5 +++++ 3 files changed, 33 insertions(+) create mode 100644 devel/p5-PadWalker/DESCR create mode 100644 devel/p5-PadWalker/Makefile create mode 100644 devel/p5-PadWalker/distinfo diff --git a/devel/p5-PadWalker/DESCR b/devel/p5-PadWalker/DESCR new file mode 100644 index 00000000000..79f211c332e --- /dev/null +++ b/devel/p5-PadWalker/DESCR @@ -0,0 +1,10 @@ +PadWalker is a module which allows you to inspect (and even change!) +lexical variables in any subroutine which called you. It will only +show those variables which are in scope at the point of the call. + +PadWalker is particularly useful for debugging. It's even used by +Perl's built-in debugger. (It can also be used for evil, of course.) + +I wouldn't recommend using PadWalker directly in production code, +but it's your call. Some of the modules that use PadWalker internally +are certainly safe for and useful in production. diff --git a/devel/p5-PadWalker/Makefile b/devel/p5-PadWalker/Makefile new file mode 100644 index 00000000000..28a69009bb8 --- /dev/null +++ b/devel/p5-PadWalker/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:26:02 abs Exp $ + +DISTNAME= PadWalker-1.7 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RO/ROBIN/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/perldoc?PadWalker +COMMENT= Play with other peoples' lexical variables + +USE_LANGUAGES= c +PERL5_PACKLIST= auto/PadWalker/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-PadWalker/distinfo b/devel/p5-PadWalker/distinfo new file mode 100644 index 00000000000..334b819c6ac --- /dev/null +++ b/devel/p5-PadWalker/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/07/14 09:26:02 abs Exp $ + +SHA1 (PadWalker-1.7.tar.gz) = 3a480830f6717003fb720e1af5dcae6a2403e783 +RMD160 (PadWalker-1.7.tar.gz) = ea73404b7921cd13dd0a849e8fedf36c650ee56f +Size (PadWalker-1.7.tar.gz) = 13418 bytes -- cgit v1.2.3