|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
Name: perl-B-Keywords
|
|
|
|
|
Version: 1.21
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Lists of reserved barewords and symbol names
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: https://metacpan.org/release/B-Keywords
|
|
|
|
@ -42,6 +42,7 @@ BuildRequires: perl(Test::Kwalitee)
|
|
|
|
|
BuildRequires: perl(Test::MinimumVersion) >= 0.008
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
|
|
|
|
BuildRequires: perl(Text::CSV_XS)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
%endif
|
|
|
|
|
# Runtime
|
|
|
|
@ -84,6 +85,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/B::Keywords.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Dec 18 2019 Paul Howarth <paul@city-fan.org> - 1.21-2
|
|
|
|
|
- Text::CSV_XS is wanted by t/z_kwalitee.t
|
|
|
|
|
|
|
|
|
|
* Wed Dec 18 2019 Robin Lee <cheeselee@fedoraproject.org> - 1.21-1
|
|
|
|
|
- Release 1.21 (RHBZ#1784567)
|
|
|
|
|
- isa was added with 5.31.7
|
|
|
|
|