Accepting request 923764 from devel:languages:perl:autoupdate

- updated to 0.006
   see /usr/share/doc/packages/perl-Module-Load-Util/Changes
  0.006   2021-09-30  Released-By: PERLANCAR; Urgency: low
  	- No functional changes.
  	- [doc] Add Synopsis & Description.
  0.005   2021-09-29  Released-By: PERLANCAR; Urgency: medium
  	- [ux] Allow 1-element array form.

OBS-URL: https://build.opensuse.org/request/show/923764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Load-Util?expand=0&rev=3
This commit is contained in:
2021-10-12 09:48:41 +00:00
committed by Git OBS Bridge
parent 035e1fc9c1
commit 298e9db4a4
4 changed files with 23 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Oct 2 03:08:48 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.006
see /usr/share/doc/packages/perl-Module-Load-Util/Changes
0.006 2021-09-30 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [doc] Add Synopsis & Description.
0.005 2021-09-29 Released-By: PERLANCAR; Urgency: medium
- [ux] Allow 1-element array form.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 7 03:10:52 UTC 2021 - Tina Müller <timueller+perl@suse.de> Sun Feb 7 03:10:52 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name Module-Load-Util %define cpan_name Module-Load-Util
Name: perl-Module-Load-Util Name: perl-Module-Load-Util
Version: 0.004 Version: 0.006
Release: 0 Release: 0
Summary: Some utility routines related to module loading Summary: Some utility routines related to module loading
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
@@ -35,7 +35,13 @@ Requires: perl(Regexp::Pattern::Perl::Module)
%{perl_requires} %{perl_requires}
%description %description
Some utility routines related to module loading This module provides some utility routines related to module loading.
Currently what it offers now are the two functions
load_module_with_optional_args and instantiate_class_with_optional_args.
These functions are designed for use with command-line and/or plugin-based
applications. You can specify module/class/plugin to load in a flexible
format, as a string or 2-element array. Please see the function's
documentation for more details.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}