Update to 0.009
- New upstream release 0.009 - Fixed error in synopsis (we do not export anything by default) - A caveat added to the documentation regarding embedding warning checks inside another sub - ':no_end_test' now also covers side effects of done_testing, as well as END blocks, making it possible to use the warning(s) subs without having an end warning test while using done_testing (necessary when combining with the 'if' pragma) - END tests will not be added by a subequent use of Test::Warnings if a previous one passed ':no_end_test' - Update dependencies
This commit is contained in:
parent
b25dc1007b
commit
49cd1ffe65
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Test-Warnings
|
Name: perl-Test-Warnings
|
||||||
Version: 0.008
|
Version: 0.009
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Test for warnings and the lack of them
|
Summary: Test for warnings and the lack of them
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/Test-Warnings
|
|||||||
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Warnings-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Warnings-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Build
|
# Build
|
||||||
BuildRequires: perl(Module::Build::Tiny) >= 0.025
|
BuildRequires: perl(Module::Build::Tiny) >= 0.027
|
||||||
# Module
|
# Module
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(Test::Builder)
|
BuildRequires: perl(Test::Builder)
|
||||||
@ -16,10 +16,11 @@ BuildRequires: perl(parent)
|
|||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Test Suite
|
# Test Suite
|
||||||
BuildRequires: perl(Capture::Tiny)
|
BuildRequires: perl(CPAN::Meta::Check) >= 0.007
|
||||||
BuildRequires: perl(File::Find)
|
BuildRequires: perl(File::Spec)
|
||||||
BuildRequires: perl(File::Temp)
|
|
||||||
BuildRequires: perl(if)
|
BuildRequires: perl(if)
|
||||||
|
BuildRequires: perl(IO::Handle)
|
||||||
|
BuildRequires: perl(IPC::Open3)
|
||||||
BuildRequires: perl(Test::CheckDeps) >= 0.006
|
BuildRequires: perl(Test::CheckDeps) >= 0.006
|
||||||
BuildRequires: perl(Test::Deep)
|
BuildRequires: perl(Test::Deep)
|
||||||
BuildRequires: perl(Test::More) >= 0.94
|
BuildRequires: perl(Test::More) >= 0.94
|
||||||
@ -68,6 +69,19 @@ perl Build.PL --installdirs=vendor
|
|||||||
%{_mandir}/man3/Test::Warnings.3pm*
|
%{_mandir}/man3/Test::Warnings.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 11 2013 Paul Howarth <paul@city-fan.org> - 0.009-1
|
||||||
|
- Update to 0.009
|
||||||
|
- Fixed error in synopsis (we do not export anything by default)
|
||||||
|
- A caveat added to the documentation regarding embedding warning checks
|
||||||
|
inside another sub
|
||||||
|
- ':no_end_test' now also covers side effects of done_testing, as well as
|
||||||
|
END blocks, making it possible to use the warning(s) subs without having an
|
||||||
|
end warning test while using done_testing (necessary when combining with
|
||||||
|
the 'if' pragma)
|
||||||
|
- END tests will not be added by a subequent use of Test::Warnings if a
|
||||||
|
previous one passed ':no_end_test'
|
||||||
|
- Update dependencies
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-3
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user