From 9ddabf1eb9beb5337ae612f1f70af90a3282ce28 Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Sat, 19 May 2012 12:07:19 -0600 Subject: [PATCH] BR multidimensional and bareword::filehandes --- perl-strictures.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/perl-strictures.spec b/perl-strictures.spec index 5b5c475..0cc10d4 100644 --- a/perl-strictures.spec +++ b/perl-strictures.spec @@ -1,6 +1,6 @@ Name: perl-strictures Version: 1.003001 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Turn on strict and make all warnings fatal License: GPL+ or Artistic Group: Development/Libraries @@ -13,9 +13,8 @@ BuildRequires: perl(Test::More) BuildRequires: perl(warnings) # for extra testing BuildRequires: perl(indirect) -# not yet available - rhbz 810937 and 810939 -#BuildRequires: perl(multidimensional) -#BuildRequires: perl(bareword::filehandles) +BuildRequires: perl(multidimensional) +BuildRequires: perl(bareword::filehandles) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} @@ -47,6 +46,9 @@ make test %{_mandir}/man3/* %changelog +* Sat May 19 2012 Iain Arnell 1.003001-2 +- buildrequire multidimensional and bareword::filehandes for additional testing + * Mon Apr 09 2012 Iain Arnell 1.003001-1 - update to latest upstream version