Accepting request 615717 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/615717 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Warn?expand=0&rev=26
This commit is contained in:
parent
33aa874a2e
commit
05adb0fb9d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2fc516e71f9ef453be22a4619d91eb3f78df414a57dfa0fd745d3bff50bf73d2
|
|
||||||
size 11641
|
|
3
Test-Warn-0.34.tar.gz
Normal file
3
Test-Warn-0.34.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:817a11ec7c1e840e7c98576b11a4c400decbae4fb45b7af953c30f7a0875f8ff
|
||||||
|
size 11787
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 10 06:09:13 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.34
|
||||||
|
see /usr/share/doc/packages/perl-Test-Warn/Changes
|
||||||
|
|
||||||
|
0.34 2018-05-31
|
||||||
|
- Added a note that XS warnings might not be caught
|
||||||
|
https://rt.cpan.org/Ticket/Display.html?id=42070&results=3c71d1b101a730e185691657f3b02f21
|
||||||
|
https://github.com/hanfried/test-warn/issues/1
|
||||||
|
- Removed TODO section
|
||||||
|
- Updated Copyright section
|
||||||
|
|
||||||
|
0.33 2018-05-29
|
||||||
|
- Patch from Era Eriksson to clean up some manpage language
|
||||||
|
Bug-Debian: #322351
|
||||||
|
https://rt.cpan.org/Ticket/Display.html?id=49519
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 24 07:12:01 UTC 2016 - coolo@suse.com
|
Sat Dec 24 07:12:01 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Warn
|
# spec file for package perl-Test-Warn
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Warn
|
Name: perl-Test-Warn
|
||||||
Version: 0.32
|
Version: 0.34
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-Warn
|
%define cpan_name Test-Warn
|
||||||
Summary: Perl extension to test methods for warnings
|
Summary: Perl extension to test methods for warnings
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Test-Warn/
|
Url: http://search.cpan.org/dist/Test-Warn/
|
||||||
Source0: http://www.cpan.org/authors/id/B/BI/BIGJ/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BI/BIGJ/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -40,10 +40,10 @@ Requires: perl(Sub::Uplevel) >= 0.12
|
|||||||
A good style of Perl programming calls for a lot of diverse regression
|
A good style of Perl programming calls for a lot of diverse regression
|
||||||
tests.
|
tests.
|
||||||
|
|
||||||
This module provides a few convenience methods for testing warning based
|
This module provides a few convenience methods for testing warning
|
||||||
code.
|
based-code.
|
||||||
|
|
||||||
If you are not already familiar with the Test::More manpage now would be
|
If you are not already familiar with the Test::More manpage, now would be
|
||||||
the time to go take a look.
|
the time to go take a look.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user