Update to 0.021
- New upstream release 0.021 - Add a x_breaks entry for conflicting versions of File::pushd that inadvertently call our exported warnings() rather than invoking warnings.pm, and documented this undesired interaction
This commit is contained in:
parent
0e5f252be6
commit
c952dabf5c
@ -1,5 +1,5 @@
|
||||
Name: perl-Test-Warnings
|
||||
Version: 0.020
|
||||
Version: 0.021
|
||||
Release: 1%{?dist}
|
||||
Summary: Test for warnings and the lack of them
|
||||
License: GPL+ or Artistic
|
||||
@ -19,7 +19,9 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||
BuildRequires: perl(CPAN::Meta::Check) >= 0.007
|
||||
BuildRequires: perl(CPAN::Meta::Prereqs)
|
||||
BuildRequires: perl(CPAN::Meta::Requirements)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(if)
|
||||
@ -73,6 +75,12 @@ make test
|
||||
%{_mandir}/man3/Test::Warnings.3*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 23 2015 Paul Howarth <paul@city-fan.org> - 0.021-1
|
||||
- Update to 0.021
|
||||
- Add a x_breaks entry for conflicting versions of File::pushd that
|
||||
inadvertently call our exported warnings() rather than invoking
|
||||
warnings.pm, and documented this undesired interaction
|
||||
|
||||
* Wed Jan 7 2015 Paul Howarth <paul@city-fan.org> - 0.020-1
|
||||
- Update to 0.020
|
||||
- Re-release to fix problematic $VERSION declaration (CPAN RT#101239)
|
||||
|
Loading…
Reference in New Issue
Block a user