diff --git a/.cvsignore b/.cvsignore index 939a3c4..d147414 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PAR-Dist-0.29.tar.gz +PAR-Dist-0.31.tar.gz diff --git a/perl-PAR-Dist.spec b/perl-PAR-Dist.spec index a11d822..97abe6f 100644 --- a/perl-PAR-Dist.spec +++ b/perl-PAR-Dist.spec @@ -1,6 +1,6 @@ Name: perl-PAR-Dist -Version: 0.29 -Release: 2%{?dist} +Version: 0.31 +Release: 1%{?dist} Summary: Toolkit for creating and manipulating Perl PAR distributions License: GPL+ or Artistic Group: Development/Libraries @@ -10,6 +10,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -37,7 +39,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check -make test +make test PERL_TEST_POD=1 %clean rm -rf $RPM_BUILD_ROOT @@ -49,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat May 31 2008 Steven Pritchard 0.31-1 +- Update to 0.31. +- BR Test::Pod and Test::Pod::Coverage. + * Wed Feb 27 2008 Tom "spot" Callaway - 0.29-2 - Rebuild for perl 5.10 (again) diff --git a/sources b/sources index 4714420..607a9b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e40870c5dd8ae4947fc40ed8e69a56d PAR-Dist-0.29.tar.gz +6718c9a3824e4e9060877254aa196831 PAR-Dist-0.31.tar.gz