diff --git a/perl-UNIVERSAL-isa.spec b/perl-UNIVERSAL-isa.spec index b43c0c7..fdb0177 100644 --- a/perl-UNIVERSAL-isa.spec +++ b/perl-UNIVERSAL-isa.spec @@ -1,6 +1,6 @@ Name: perl-UNIVERSAL-isa Version: 0.06 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Hack around module authors using UNIVERSAL::isa as a function Group: Development/Libraries @@ -11,6 +11,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::More) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -58,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 11 2007 Ralf Corsépius - 0.06-3 +- Add BR: perl(Test::More). + * Fri Sep 8 2006 Jose Pedro Oliveira - 0.06-2 - Rebuild for FC6.