diff --git a/PERLANCAR-Module-List-0.004004.tar.gz b/PERLANCAR-Module-List-0.004004.tar.gz deleted file mode 100644 index a0a405d..0000000 --- a/PERLANCAR-Module-List-0.004004.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:973b65cbe2ce4245b98924febb34d1159f79b397f0bde093254d4d5b7035633e -size 17959 diff --git a/PERLANCAR-Module-List-0.004005.tar.gz b/PERLANCAR-Module-List-0.004005.tar.gz new file mode 100644 index 0000000..db053fa --- /dev/null +++ b/PERLANCAR-Module-List-0.004005.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb721dea4a6afde8337d633fbd516976213e34dc0b94753539db057448e10a13 +size 18571 diff --git a/perl-PERLANCAR-Module-List.changes b/perl-PERLANCAR-Module-List.changes index 7e1d166..d9309b5 100644 --- a/perl-PERLANCAR-Module-List.changes +++ b/perl-PERLANCAR-Module-List.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Nov 4 11:25:39 UTC 2019 - + +- updated to 0.004005 + see /usr/share/doc/packages/perl-PERLANCAR-Module-List/Changes + + 0.004005 2019-09-12 Released-By: PERLANCAR; Urgency: medium + + - [doc] Mention Module::List::Tiny, Module::List::Wildcard. + + - Add import() to be able to be imported like Module:List & + Module::List::Tiny. + ------------------------------------------------------------------- Sat Aug 3 05:18:40 UTC 2019 - Stephan Kulow diff --git a/perl-PERLANCAR-Module-List.spec b/perl-PERLANCAR-Module-List.spec index 4e5b2f0..504fc1a 100644 --- a/perl-PERLANCAR-Module-List.spec +++ b/perl-PERLANCAR-Module-List.spec @@ -17,7 +17,7 @@ Name: perl-PERLANCAR-Module-List -Version: 0.004004 +Version: 0.004005 Release: 0 %define cpan_name PERLANCAR-Module-List Summary: Fork of Module::List @@ -36,15 +36,16 @@ Recommends: perl(String::Wildcard::Bash) >= 0.040 %{perl_requires} %description -This module is a fork of Module::List. It's exactly like Module::List, -except for the following differences: +This module is my personal experimental fork of Module::List; the +experiment has also produced other forks like Module::List::Tiny, +Module::List::Wildcard. It's like Module::List, except for the following +differences: * * lower startup overhead (with some caveats) -It strips the usage of Exporter (so you cannot import 'list_modules()' and -need to invoke it using fully qualified name), IO::Dir, Carp, File::Spec, -with the goal of saving a few milliseconds (a casual test on my PC results -in 11ms vs 39ms). +It avoids using Exporter and implements its own import(). It avoids +IO::Dir, Carp, File::Spec, with the goal of saving a few milliseconds (a +casual test on my PC results in 11ms vs 39ms). Path separator is hard-coded as '/'.