diff --git a/Test-Warnings-0.008.tar.gz b/Test-Warnings-0.008.tar.gz deleted file mode 100644 index 35b7b71..0000000 --- a/Test-Warnings-0.008.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:119f2a279fe7d0681dcf4517f1bcb056e4596cfbae7b9ee447118f036cf089e4 -size 21853 diff --git a/Test-Warnings-0.010.tar.gz b/Test-Warnings-0.010.tar.gz new file mode 100644 index 0000000..62cb60c --- /dev/null +++ b/Test-Warnings-0.010.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1d87b0c5709398e13733893ce06d975713a849f6673f9471e27a1f744c96e7 +size 25520 diff --git a/perl-Test-Warnings.changes b/perl-Test-Warnings.changes index 6a8caf9..d3961d0 100644 --- a/perl-Test-Warnings.changes +++ b/perl-Test-Warnings.changes @@ -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 diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec index fabafeb..664c56e 100644 --- a/perl-Test-Warnings.spec +++ b/perl-Test-Warnings.spec @@ -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)