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

#
#   - PadWalker -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       PadWalker
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module PadWalker
%define m_distro PadWalker
%define m_name PadWalker
%define m_author_id ROBIN
%define _enable_test 1

Name: perl-PadWalker
Version: 1.7
Release: alt1.1

Summary: inspect lexical variables in any subroutine which called you

License: Perl (Artistic and GPL)
Group: Development/Perl
Url: http://search.cpan.org/dist/PadWalker/

Packager: Michael Bochkaryov <misha at altlinux.ru>

Source: http://search.cpan.org//CPAN/authors/id/R/RO/ROBIN/%m_distro-%version.tar.gz

# Automatically added by buildreq on Wed Apr 09 2008

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 %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_archlib/*
%perl_vendor_man3dir/*
%doc Changes README

%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