983591
Name:           perl-Env
983591
Version:        1.04
41b603
Release:        2%{?dist}
983591
Summary:        Perl module that imports environment variables as scalars or arrays
983591
License:        GPL+ or Artistic
983591
Group:          Development/Libraries
983591
URL:            http://search.cpan.org/dist/Env/
983591
Source0:        http://www.cpan.org/authors/id/F/FL/FLORA/Env-%{version}.tar.gz
983591
BuildArch:      noarch
983591
BuildRequires:  perl
983591
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
983591
BuildRequires:  perl(strict)
983591
BuildRequires:  perl(warnings)
983591
# Run-time:
983591
BuildRequires:  perl(Config)
983591
BuildRequires:  perl(Tie::Array)
983591
# Tests:
983591
BuildRequires:  perl(Test::More)
983591
BuildRequires:  perl(vars)
983591
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
983591
983591
%description
983591
Perl maintains environment variables in a special hash named %%ENV. For when
983591
this access method is inconvenient, the Perl module Env allows environment
983591
variables to be treated as scalar or array variables.
983591
983591
%prep
983591
%setup -q -n Env-%{version}
983591
983591
%build
983591
perl Makefile.PL INSTALLDIRS=vendor
983591
make %{?_smp_mflags}
983591
983591
%install
983591
make pure_install DESTDIR=$RPM_BUILD_ROOT
983591
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
983591
%{_fixperms} $RPM_BUILD_ROOT/*
983591
983591
%check
983591
make test
983591
983591
%files
983591
%doc Changes LICENSE README
983591
%{perl_vendorlib}/*
983591
%{_mandir}/man3/*
983591
983591
%changelog
41b603
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.04-2
41b603
- Mass rebuild 2013-12-27
41b603
983591
* Fri Mar 22 2013 Petr Pisar <ppisar@redhat.com> 1.04-1
983591
- Specfile autogenerated by cpanspec 1.78.