- updated to 0.010

- re-release with fixed compile test
        - fixed error in synopsis (we do not export anything by default)
        - a caveat added to the documentation regarding embedding warning
          checks inside another sub (this is for you, ribasushi!!!)
        - ':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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Warnings?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2013-10-04 18:14:50 +00:00 committed by Git OBS Bridge
parent 2e036501b4
commit 7c95902982
4 changed files with 23 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:119f2a279fe7d0681dcf4517f1bcb056e4596cfbae7b9ee447118f036cf089e4
size 21853

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a1d87b0c5709398e13733893ce06d975713a849f6673f9471e27a1f744c96e7
size 25520

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Oct 4 09:14:24 UTC 2013 - coolo@suse.com
- updated to 0.010
- re-release with fixed compile test
- fixed error in synopsis (we do not export anything by default)
- a caveat added to the documentation regarding embedding warning
checks inside another sub (this is for you, ribasushi!!!)
- ':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)
-------------------------------------------------------------------
Mon Aug 5 13:17:56 UTC 2013 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Test-Warnings
Version: 0.008
Version: 0.010
Release: 0
%define cpan_name Test-Warnings
Summary: Test for warnings and the lack of them
@ -29,19 +29,22 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Module::Build::Tiny) >= 0.025
BuildRequires: perl(Test::CheckDeps) >= 0.006
BuildRequires: perl(Module::Build::Tiny) >= 0.027
BuildRequires: perl(Test::CheckDeps) >= 0.007
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::Tester) >= 0.108
BuildRequires: perl(parent)
#BuildRequires: perl(Pod::Coverage::TrustPod)
#BuildRequires: perl(Pod::Wordlist)
#BuildRequires: perl(TB2::Tester)
#BuildRequires: perl(TB2::TestState)
#BuildRequires: perl(Test::CleanNamespaces)
#BuildRequires: perl(Test::Kwalitee)
#BuildRequires: perl(Test::NoTabs)
#BuildRequires: perl(Test::NoWarnings) >= 1.04
#BuildRequires: perl(Test::Pod::Coverage) >= 1.08
#BuildRequires: perl(Test::Spelling) >= 0.12
#BuildRequires: perl(Test::Vars)
#BuildRequires: perl(Test::Warnings)
Requires: perl(parent)