From 74b9d50bd4e6711aa1be9857e72f63b06e6a5059 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Sat, 8 Jul 2006 16:41:58 +0000 Subject: [PATCH] BR IO::String so the tests actually pass. --- perl-IO-All.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.