Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37037997
en ru br
ALT Linux repos
S:2.5-alt1
5.0: 1.7-alt1.1
4.1: 1.7-alt1

Group :: Development/Perl
RPM: perl-PadWalker

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.5-alt1
Build date: 30 september 2020, 21:56 ( 182.1 weeks ago )
Size: 21.10 Kb

Home page:   http://search.cpan.org/dist/PadWalker/

License: GPL or Artistic
Summary: Inspect lexical variables in any subroutine which called you
Description:

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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-PadWalker
  • perl-PadWalker-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin