BR: perl(blib) for t/00-compile.t

This commit is contained in:
Paul Howarth 2020-03-10 09:20:34 +00:00
parent 5f633972da
commit e90a88a591

View File

@ -1,7 +1,7 @@
Name: perl-Error
Epoch: 1
Version: 0.17029
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Error/exception handling in an OO-ish way
License: (GPL+ or Artistic) and MIT
URL: https://metacpan.org/release/Error
@ -24,6 +24,7 @@ BuildRequires: perl(vars)
BuildRequires: perl(warnings)
# Tests
BuildRequires: perl(base)
BuildRequires: perl(blib)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
@ -73,6 +74,9 @@ make test
%{_mandir}/man3/Error::Simple.3*
%changelog
* Tue Mar 10 2020 Paul Howarth <paul@city-fan.org> - 1:0.17029-2
- BR: perl(blib) for t/00-compile.t
* Tue Jan 28 2020 Paul Howarth <paul@city-fan.org> - 1:0.17029-1
- Update to 0.17029
- Rebuild for order of 'NAME' and 'VERSION' sections in the generated POD