diff --git a/.cvsignore b/.cvsignore index 17b7368..4434ed3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Sub-Install-0.922.tar.gz +Sub-Install-0.924.tar.gz diff --git a/perl-Sub-Install.spec b/perl-Sub-Install.spec index 03e1d04..2ec5c3e 100644 --- a/perl-Sub-Install.spec +++ b/perl-Sub-Install.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Install -Version: 0.922 -Release: 2%{?dist} +Version: 0.924 +Release: 1%{?dist} Summary: Install subroutines into packages easily License: GPL or Artistic Group: Development/Libraries @@ -10,7 +10,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# testing BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Perl::Critic) %description This module makes it easy to install subroutines into packages without the @@ -50,6 +52,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Nov 22 2006 Chris Weyl 0.924-1 +- update to 0.924 +- add perl(Test::Perl::Critic) to BR's + * Wed Sep 06 2006 Chris Weyl 0.922-2 - bump diff --git a/sources b/sources index 65af289..b41530a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -48e8e9f72cdd5b3f5f7115b8b7de3ddf Sub-Install-0.922.tar.gz +eae66cb5cbd2064ae02b3aeacf6338e4 Sub-Install-0.924.tar.gz