diff --git a/Module-Load-Util-0.006.tar.gz b/Module-Load-Util-0.006.tar.gz deleted file mode 100644 index f0ef442..0000000 --- a/Module-Load-Util-0.006.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:366eec5fa0c62a263870812bbe018ce04125ad25e68fe97d45c55063704119fc -size 19244 diff --git a/Module-Load-Util-0.007.tar.gz b/Module-Load-Util-0.007.tar.gz new file mode 100644 index 0000000..3363c17 --- /dev/null +++ b/Module-Load-Util-0.007.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3a1e7b0ee75a5322fa44e04cafe060c4cc46d34fb0c1a11ecc94368660f36a +size 19375 diff --git a/perl-Module-Load-Util.changes b/perl-Module-Load-Util.changes index 558d451..5d2eaef 100644 --- a/perl-Module-Load-Util.changes +++ b/perl-Module-Load-Util.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Mar 2 12:37:52 UTC 2022 - Tina Müller + +- 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 diff --git a/perl-Module-Load-Util.spec b/perl-Module-Load-Util.spec index 0da2992..9ffaaa8 100644 --- a/perl-Module-Load-Util.spec +++ b/perl-Module-Load-Util.spec @@ -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}