From 58caa0d757a324f86b5c9d6a8e27abb230ffc5e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 7 Apr 2017 14:58:39 +0200 Subject: [PATCH] Build-require IO::Handle for tests since 0.007 --- perl-PerlIO-utf8_strict.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-PerlIO-utf8_strict.spec b/perl-PerlIO-utf8_strict.spec index 42f8b7d..6a6167f 100644 --- a/perl-PerlIO-utf8_strict.spec +++ b/perl-PerlIO-utf8_strict.spec @@ -23,6 +23,7 @@ BuildRequires: perl(Carp) BuildRequires: perl(Exporter) BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(IO::File) +BuildRequires: perl(IO::Handle) BuildRequires: perl(lib) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) >= 0.88