Accepting request 1006047 from devel:languages:perl:autoupdate

- updated to 1.004002
   see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
  1.004002	2022-09-16
   [ Test Suite ]
   - Fix for t/15nonhashvalue.t on old versions of Test::More which don't
     support `done_testing`.
  1.004001	2022-09-09
   [ Bug Fixes ]
   - Fix handling of non-hashref references in import list.

OBS-URL: https://build.opensuse.org/request/show/1006047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exporter-Tiny?expand=0&rev=18
This commit is contained in:
Dirk Stoecker 2022-09-27 15:31:21 +00:00 committed by Git OBS Bridge
parent 4d3671a276
commit f8d07f18ec
4 changed files with 18 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Sep 17 03:06:20 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.004002
see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
1.004002 2022-09-16
[ Test Suite ]
- Fix for t/15nonhashvalue.t on old versions of Test::More which don't
support `done_testing`.
1.004001 2022-09-09
[ Bug Fixes ]
- Fix handling of non-hashref references in import list.
-------------------------------------------------------------------
Sat Aug 27 03:06:15 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,7 +18,7 @@
%define cpan_name Exporter-Tiny
Name: perl-Exporter-Tiny
Version: 1.004000
Version: 1.004002
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: An exporter with the features of Sub::Exporter but only core dependencies