Sophie

Sophie

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

perl-Eval-WithLexicals-1.2.0-2.mga3.src.rpm

%define upstream_name    Eval-WithLexicals
%define upstream_version 1.002000

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

Summary:    Persist compile hints between evals
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Eval/%{upstream_name}-%{upstream_version}.tar.gz

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

%description
Persist pragams and other compile hints between evals (for example the the
strict manpage and the warnings manpage flags in effect).

Saves and restores the '$^H' and '%^H' variables.

%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.yml
%{_mandir}/man3/*
%perl_vendorlib/*
/usr/bin/tinyrepl



%changelog

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

* Wed Nov 09 2011 jquelin <jquelin> 1.2.0-1.mga2
+ Revision: 165755
- imported package perl-Eval-WithLexicals