Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 194adb24d6ed8fee4b563fb964e7bebe > files > 2

perl-PadWalker-1.9-1mdv2010.0.src.rpm

%define	module		PadWalker
%define	modprefix	PadWalker
%define	name		perl-%{module}

%define	version	1.9

%define	release	%mkrel 1

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Play with other peoples' lexical variables
License:	Artistic/GPL
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{module}/
Source:		http://search.cpan.org/CPAN/authors/id/R/RO/ROBIN/%{module}-%{version}.tar.gz
BuildRequires:	perl-devel
Buildroot:	%{_tmppath}/%{name}-%{version}

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

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%__make CFLAGS="%{optflags}"

%check
%__make test

%install
rm -rf %{buildroot}
%makeinstall_std

%files
%defattr(-,root,root)
%doc README Changes
%{perl_vendorarch}/PadWalker.pm
%{perl_vendorarch}/auto/PadWalker
%{_mandir}/*/*

%clean
rm -rf %{buildroot}




%changelog
* Sat Jun 27 2009 Guillaume Rousse <guillomovitch@mandriva.org> 1.9-1mdv2010.0
+ Revision: 389800
- update to new version 1.9

* Fri Aug 08 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.7-2mdv2009.0
+ Revision: 268706
- rebuild early 2009.0 package (before pixel changes)

* Thu Apr 17 2008 Guillaume Rousse <guillomovitch@mandriva.org> 1.7-1mdv2009.0
+ Revision: 195165
- new version

* Mon Jan 14 2008 Pixel <pixel@mandriva.com> 1.5-2mdv2008.1
+ Revision: 151413
- rebuild for perl-5.10.0

* Fri Dec 21 2007 Olivier Blin <oblin@mandriva.com> 1.5-1mdv2008.1
+ Revision: 136330
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request


* Sat Jan 06 2007 Scott Karns <scottk@mandriva.org> 1.5-1mdv2007.0
+ Revision: 104724
- Import perl-PadWalker

* Fri Jan 05 2007 Scott Karns <scottk@mandriva.org> 1.5-1mdv2007.1
- 1.5

* Thu Nov 03 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.0-1mdk
- 1.0

* Tue Oct 04 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 0.13-1mdk
- 0.13

* Thu May 05 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 0.10-1mdk
- First Mandriva release