[perl-strictures] BR multidimensional and bareword::filehandes

Iain Arnell iarnell at fedoraproject.org
Sat May 19 18:07:26 UTC 2012


commit 9ddabf1eb9beb5337ae612f1f70af90a3282ce28
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat May 19 12:07:19 2012 -0600

    BR multidimensional and bareword::filehandes

 perl-strictures.spec |   10 ++++++----
 1 files 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 <iarnell at gmail.com> 1.003001-2
+- buildrequire multidimensional and bareword::filehandes for additional testing
+
 * Mon Apr 09 2012 Iain Arnell <iarnell at gmail.com> 1.003001-1
 - update to latest upstream version
 


More information about the scm-commits mailing list