Accepting request 1182904 from devel:languages:perl:autoupdate

- updated to 0.12.0 (0.012)
   see /usr/share/doc/packages/perl-Module-Load-Util/Changes
  0.012   2024-05-13  Released-By: PERLANCAR; Urgency: medium
          - [bugfix] Return prefixed module even though we didn't load it.
  0.011   2024-03-06  Released-By: PERLANCAR; Urgency: medium
          - Fix a couple of bugs.
          - Add option 'function' to call_module_function_with_optional_args.
          - Add option 'method' to call_module_method_with_optional_args.

OBS-URL: https://build.opensuse.org/request/show/1182904
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Load-Util?expand=0&rev=9
This commit is contained in:
2024-06-27 18:11:27 +00:00
committed by Git OBS Bridge
parent b76e5f4439
commit aa212e1a10
4 changed files with 19 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jun 23 16:32:23 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- updated to 0.12.0 (0.012)
see /usr/share/doc/packages/perl-Module-Load-Util/Changes
0.012 2024-05-13 Released-By: PERLANCAR; Urgency: medium
- [bugfix] Return prefixed module even though we didn't load it.
0.011 2024-03-06 Released-By: PERLANCAR; Urgency: medium
- Fix a couple of bugs.
- Add option 'function' to call_module_function_with_optional_args.
- Add option 'method' to call_module_method_with_optional_args.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 8 22:43:40 UTC 2024 - Tina Müller <tina.mueller@suse.com> Fri Mar 8 22:43:40 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -18,9 +18,10 @@
%define cpan_name Module-Load-Util %define cpan_name Module-Load-Util
Name: perl-Module-Load-Util Name: perl-Module-Load-Util
Version: 0.10.0 Version: 0.12.0
Release: 0 Release: 0
%define cpan_version 0.010 # 0.012 -> normalize -> 0.12.0
%define cpan_version 0.012
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Some utility routines related to module loading Summary: Some utility routines related to module loading
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}