Accepting request 202277 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/202277 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Warnings?expand=0&rev=4
This commit is contained in:
commit
e63e312994
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:119f2a279fe7d0681dcf4517f1bcb056e4596cfbae7b9ee447118f036cf089e4
|
||||
size 21853
|
3
Test-Warnings-0.010.tar.gz
Normal file
3
Test-Warnings-0.010.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a1d87b0c5709398e13733893ce06d975713a849f6673f9471e27a1f744c96e7
|
||||
size 25520
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user