deb_control_files:
- control
- md5sums
deb_fields:
Architecture: amd64
Depends: perl (>= 5.40.0-6), perlapi-5.40.0, libc6 (>= 2.4)
Description: |-
module to inspect and manipulate lexical variables
PadWalker is a module that allows you to inspect and even modify lexical
variables in the current "lexical pad stack." Perl tracks which variables
are accessible and visible in each lexical scope by keeping a separate
set of variables for each scope. This module looks for a given variable
by traversing that stack, which allows it to alter anything in the stack,
even variables not normally accessible in the current scope.
.
In practise, this module is useful for checking anything defined in the full
stack of subroutines that called your function, making it extremely useful
for debugging. It is, however, not recommended for use in production code.
Homepage: https://metacpan.org/release/PadWalker
Installed-Size: '56'
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Package: libpadwalker-perl
Priority: optional
Section: perl
Source: libpadwalker-perl (2.5-1)
Version: 2.5-1+b6
srcpkg_name: libpadwalker-perl
srcpkg_version: 2.5-1