BR multidimensional and bareword::filehandes
This commit is contained in:
parent
79d2b457b1
commit
9ddabf1eb9
@ -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@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
|
||||
- update to latest upstream version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user