Accepting request 958446 from devel:languages:perl:autoupdate

- updated to 0.007
   see /usr/share/doc/packages/perl-Module-Load-Util/Changes
  0.007   2021-09-30  Released-By: PERLANCAR; Urgency: low
  	- No functional changes.
  	- [doc] Mention some applications/frameworks that use us.

OBS-URL: https://build.opensuse.org/request/show/958446
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Load-Util?expand=0&rev=4
This commit is contained in:
2022-03-03 14:07:56 +00:00
committed by Git OBS Bridge
parent 298e9db4a4
commit 961a814a73
4 changed files with 24 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 2 12:37:52 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.007
see /usr/share/doc/packages/perl-Module-Load-Util/Changes
0.007 2021-09-30 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [doc] Mention some applications/frameworks that use us.
-------------------------------------------------------------------
Sat Oct 2 03:08:48 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Load-Util
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Module-Load-Util
Name: perl-Module-Load-Util
Version: 0.006
Version: 0.007
Release: 0
Summary: Some utility routines related to module loading
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Some utility routines related to module loading
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
@@ -39,9 +39,12 @@ 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.
applications, because you can specify module/class/plugin to load in a
flexible format, as a string or 2-element array. See wordlist (from
App::wordlist), tabledata (from App::tabledata), or ColorTheme for some of
the applications that use this module.
Please see the functions' documentation for more details.
%prep
%autosetup -n %{cpan_name}-%{version}