BR multidimensional and bareword::filehandes

This commit is contained in:
Iain Arnell 2012-05-19 12:07:19 -06:00
parent 79d2b457b1
commit 9ddabf1eb9

View File

@ -1,6 +1,6 @@
Name: perl-strictures Name: perl-strictures
Version: 1.003001 Version: 1.003001
Release: 1%{?dist} Release: 2%{?dist}
Summary: Turn on strict and make all warnings fatal Summary: Turn on strict and make all warnings fatal
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -13,9 +13,8 @@ BuildRequires: perl(Test::More)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
# for extra testing # for extra testing
BuildRequires: perl(indirect) BuildRequires: perl(indirect)
# not yet available - rhbz 810937 and 810939 BuildRequires: perl(multidimensional)
#BuildRequires: perl(multidimensional) BuildRequires: perl(bareword::filehandles)
#BuildRequires: perl(bareword::filehandles)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter} %{?perl_default_filter}
@ -47,6 +46,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Sat May 19 2012 Iain Arnell <iarnell@gmail.com> 1.003001-2
- buildrequire multidimensional and bareword::filehandes for additional testing
* Mon Apr 09 2012 Iain Arnell <iarnell@gmail.com> 1.003001-1 * Mon Apr 09 2012 Iain Arnell <iarnell@gmail.com> 1.003001-1
- update to latest upstream version - update to latest upstream version