diff --git a/perl-IO-All.spec b/perl-IO-All.spec index 7138ea0..cf971a6 100644 --- a/perl-IO-All.spec +++ b/perl-IO-All.spec @@ -1,6 +1,6 @@ Name: perl-IO-All Version: 0.35 -Release: 2%{?dist} +Release: 3%{?dist} Summary: IO::All Perl module License: GPL or Artistic Group: Development/Libraries @@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Spiffy) >= 0.21 BuildRequires: perl(File::ReadBackwards) +BuildRequires: perl(IO::String) Requires: perl(Spiffy) >= 0.21 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -58,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{__perl_requires} %{_mandir}/man3/* %changelog +* Fri Jul 07 2006 Steven Pritchard 0.35-3 +- BR IO::String so the tests actually pass. + * Fri Jul 07 2006 Steven Pritchard 0.35-2 - Re-enable "make test". - BR File::ReadBackwards for better test coverage.