Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > abb3381e31d98172ba589507d722410d > files > 2

perl-Devel-TraceVars-0.30.0-2.mga3.src.rpm

%define upstream_name    Devel-TraceVars
%define upstream_version 0.03

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    Print each line of code with variables evaluated
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Devel/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(PadWalker)
BuildArch: noarch

%description
If you run your program with 'perl -d:TraceVars program', this module will
print the current line of code being executed to standard error just before
each line is executed. The contents of all scalar variables will be
evaluated and displayed as well. All leading and trailing spaces will be
removed from each line.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes META.json META.yml README
%{_mandir}/man3/*
%perl_vendorlib/*




%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.30.0-2.mga3
+ Revision: 365841
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Jun 15 2012 shlomif <shlomif> 0.30.0-1.mga3
+ Revision: 260750
- imported package perl-Devel-TraceVars