summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs>2008-07-14 09:26:02 +0000
committerabs <abs>2008-07-14 09:26:02 +0000
commitb98a8eb9ec58d5f0739667adf3f7de66f3da0cba (patch)
tree94dd7042370a954e97a5feae371e8a7c94c6ac07
parent495768fad50454f21f4bb9381630cff72347de0e (diff)
downloadpkgsrc-b98a8eb9ec58d5f0739667adf3f7de66f3da0cba.tar.gz
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.
-rw-r--r--devel/p5-PadWalker/DESCR10
-rw-r--r--devel/p5-PadWalker/Makefile18
-rw-r--r--devel/p5-PadWalker/distinfo5
3 files changed, 33 insertions, 0 deletions
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