%perl_module Exporter-Lite 0.01 4 Summary: Lightweight exporting of variables License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/dist/%{pkgname}/ Source: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch %description Lightweight exporting of variables %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make %perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{perl_vendorlib}/Exporter/Lite.pm %{perl_man3dir}/Exporter::Lite.3pm* %changelog * Wed Dec 28 2005 Axel Thimm - Initial build.