Accepting request 1244957 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1244957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Warnings?expand=0&rev=20
This commit is contained in:
Ana Guerrero 2025-02-11 20:22:05 +00:00 committed by Git OBS Bridge
commit 8679ad6ce1
4 changed files with 17 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Feb 2 05:29:57 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.38.0 (0.038)
see /usr/share/doc/packages/perl-Test-Warnings/Changes
0.038 2025-02-02 00:27:04Z
- no longer swap out done_testing method if :no_end_test is
configured
-------------------------------------------------------------------
Mon Jan 6 05:34:57 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,10 +18,10 @@
%define cpan_name Test-Warnings
Name: perl-Test-Warnings
Version: 0.37.0
Version: 0.38.0
Release: 0
# 0.037 -> normalize -> 0.37.0
%define cpan_version 0.037
# 0.038 -> normalize -> 0.38.0
%define cpan_version 0.038
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Test for warnings and the lack of them
URL: https://metacpan.org/release/%{cpan_name}
@ -65,7 +65,7 @@ It can also be used as a replacement for Test::Warn, if you wish to test
the content of expected warnings; read on to find out how.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor