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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3e994046e70205de2e68dc29b9e58d990f9884ce6cbfe8f9cc892b4853b7b70c
|
|
||||||
size 20808
|
|
3
Module-Load-Util-0.012.tar.gz
Normal file
3
Module-Load-Util-0.012.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f98ed000e44561a86b0ce21ae32647a1839f66ee3c69592c623abaee643530d7
|
||||||
|
size 21134
|
@@ -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>
|
||||||
|
|
||||||
|
@@ -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}
|
||||||
|
Reference in New Issue
Block a user