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:
Paul Howarth 2013-09-11 14:54:36 +01:00
parent b25dc1007b
commit 49cd1ffe65
2 changed files with 21 additions and 7 deletions

View File

@ -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

View File

@ -1 +1 @@
06cdfaca3c01b5299852a4d9675b02c2 Test-Warnings-0.008.tar.gz ed8f06c91fdd9c9d9f59b0a50e5cb8ea Test-Warnings-0.009.tar.gz