Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37560943
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 

%define _unpackaged_files_terminate_build 1
%define dist PadWalker
Name: perl-%dist
Version: 2.3
Release: alt1

Summary: Inspect lexical variables in any subroutine which called you
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source0: http://www.cpan.org/authors/id/R/RO/ROBIN/%{dist}-%{version}.tar.gz

# Automatically added by buildreq on Fri Oct 07 2011

BuildRequires: perl-devel

%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.

%prep
%setup -q -n %{dist}-%{version}

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_archlib/PadWalker*
%perl_vendor_autolib/PadWalker*

%changelog

Full changelog you can see here

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