%perl_module Test-Simple 0.70 3 Summary: Basic utilities for writing tests Group: Applications/CPAN License: Artistic Vendor: Michael G Schwern URL: http://search.cpan.org/~mschwern/%{pkgname}-%{version}/ Source: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl(Test::Harness) >= 2.03 BuildArch: noarch %description This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. %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,-) %doc README Changes TODO %{perl_vendorlib}/Test/*.pm %{perl_vendorlib}/Test/Builder %{perl_vendorlib}/Test/Tutorial.pod %{perl_man3dir}/Test::*.3pm* %changelog * Sat Aug 11 2007 Axel Thimm - - Update to 0.70. * Fri Oct 31 2003 Axel Thimm - Initial build.