diff --git a/Module-Load-Util-0.010.tar.gz b/Module-Load-Util-0.010.tar.gz deleted file mode 100644 index 59dbaef..0000000 --- a/Module-Load-Util-0.010.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e994046e70205de2e68dc29b9e58d990f9884ce6cbfe8f9cc892b4853b7b70c -size 20808 diff --git a/Module-Load-Util-0.012.tar.gz b/Module-Load-Util-0.012.tar.gz new file mode 100644 index 0000000..a68199b --- /dev/null +++ b/Module-Load-Util-0.012.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98ed000e44561a86b0ce21ae32647a1839f66ee3c69592c623abaee643530d7 +size 21134 diff --git a/perl-Module-Load-Util.changes b/perl-Module-Load-Util.changes index 04cf7df..6e974e7 100644 --- a/perl-Module-Load-Util.changes +++ b/perl-Module-Load-Util.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jun 23 16:32:23 UTC 2024 - Tina Müller + +- updated to 0.12.0 (0.012) + see /usr/share/doc/packages/perl-Module-Load-Util/Changes + + 0.012 2024-05-13 Released-By: PERLANCAR; Urgency: medium + - [bugfix] Return prefixed module even though we didn't load it. + 0.011 2024-03-06 Released-By: PERLANCAR; Urgency: medium + - Fix a couple of bugs. + - Add option 'function' to call_module_function_with_optional_args. + - Add option 'method' to call_module_method_with_optional_args. + ------------------------------------------------------------------- Fri Mar 8 22:43:40 UTC 2024 - Tina Müller diff --git a/perl-Module-Load-Util.spec b/perl-Module-Load-Util.spec index a02dfec..3df24a9 100644 --- a/perl-Module-Load-Util.spec +++ b/perl-Module-Load-Util.spec @@ -18,9 +18,10 @@ %define cpan_name Module-Load-Util Name: perl-Module-Load-Util -Version: 0.10.0 +Version: 0.12.0 Release: 0 -%define cpan_version 0.010 +# 0.012 -> normalize -> 0.12.0 +%define cpan_version 0.012 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}