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 +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>