diff --git a/Module-Load-Util-0.004.tar.gz b/Module-Load-Util-0.004.tar.gz deleted file mode 100644 index f4b1595..0000000 --- a/Module-Load-Util-0.004.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6046d895aab562e64ab484db0b6ca6d74e48593c94b90a4c1404ce964eedd631 -size 17826 diff --git a/Module-Load-Util-0.006.tar.gz b/Module-Load-Util-0.006.tar.gz new file mode 100644 index 0000000..f0ef442 --- /dev/null +++ b/Module-Load-Util-0.006.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366eec5fa0c62a263870812bbe018ce04125ad25e68fe97d45c55063704119fc +size 19244 diff --git a/perl-Module-Load-Util.changes b/perl-Module-Load-Util.changes index c0f0a6c..558d451 100644 --- a/perl-Module-Load-Util.changes +++ b/perl-Module-Load-Util.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Oct 2 03:08:48 UTC 2021 - Tina Müller + +- 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 diff --git a/perl-Module-Load-Util.spec b/perl-Module-Load-Util.spec index 12965bc..0da2992 100644 --- a/perl-Module-Load-Util.spec +++ b/perl-Module-Load-Util.spec @@ -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}