Sophie

Sophie

distrib > Fedora > 16 > i386 > media > os-src > by-pkgid > 5911e883e080fa8d8d9ec7ff65b6a4ab > files > 2

perl-autobox-List-Util-20090629-1.fc16.src.rpm

Name:           perl-autobox-List-Util
Version:        20090629
Release:        1%{?dist}
Summary:        Bring the List::Util functions to autobox
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/autobox-List-Util/
Source0:        http://www.cpan.org/modules/by-module/autobox/autobox-List-Util-%{version}.tar.gz
BuildArch:      noarch
BuildRequires:  perl(autobox)
BuildRequires:  perl(List::Util)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Module::Load)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
autobox::List::Util brings all of the functions from List::Util to arrays as
methods.

%prep
%setup -q -n autobox-List-Util-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
./Build test

%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Aug 11 2011 Iain Arnell <iarnell@gmail.com> 20090629-1
- Specfile autogenerated by cpanspec 1.78.