Commit graph

3 commits

Author SHA1 Message Date
sno
7124e73e80 Updating package for p5 module PadWalker from 1.7nb1 to 1.9 and set
license to the value from META.yml.

Upstream changes:
1.8  Thu 25 Jun 2009 21:17:17 BST
	- Apply patches from doy (#41710) and nothingmuch (set_closed_over).

1.9  Fri 26 Jun 2009 10:01:17 BST
	- Identical to 1.8, but with the bogus metadata ._ files removed
	  from the distributed tar file.
2009-07-07 21:19:09 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
abs
9884d55fdb 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.
2008-07-14 09:26:02 +00:00