diff --git a/.cvsignore b/.cvsignore index d6764aa..fdb2568 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Module-Load-Conditional-0.16.tar.gz +Module-Load-Conditional-0.18.tar.gz diff --git a/perl-Module-Load-Conditional.spec b/perl-Module-Load-Conditional.spec index 76474bb..d1351b5 100644 --- a/perl-Module-Load-Conditional.spec +++ b/perl-Module-Load-Conditional.spec @@ -1,6 +1,6 @@ Name: perl-Module-Load-Conditional -Version: 0.16 -Release: 2%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: Looking up module information / loading at runtime License: GPL or Artistic Group: Development/Libraries @@ -12,6 +12,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Locale::Maketext::Simple) BuildRequires: perl(Module::Load) BuildRequires: perl(Params::Check) +BuildRequires: perl(Test::More) BuildRequires: perl(version) >= 0.69 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -49,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Sep 18 2007 Steven Pritchard 0.18-1 +- Update to 0.18. +- BR Test::More. + * Wed Apr 18 2007 Steven Pritchard 0.16-2 - BR ExtUtils::MakeMaker. diff --git a/sources b/sources index fb6cae6..39c6b4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fae73541e0b1d87d0bbe6e1676e5e738 Module-Load-Conditional-0.16.tar.gz +8c5c2b0ae465cbbcca433bd8a2040ec3 Module-Load-Conditional-0.18.tar.gz