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:
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Module-Load-Util
|
||||
Name: perl-Module-Load-Util
|
||||
Version: 0.004
|
||||
Version: 0.006
|
||||
Release: 0
|
||||
Summary: Some utility routines related to module loading
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
@@ -35,7 +35,13 @@ Requires: perl(Regexp::Pattern::Perl::Module)
|
||||
%{perl_requires}
|
||||
|
||||
%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
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
Reference in New Issue
Block a user