wok diff perl-list-moreutils/description.txt @ rev 25705

fusecloop/extract_compressed_fs: can convert to v0.68 or v1.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 22 12:48:49 2024 +0000 (11 days ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-list-moreutils/description.txt	Sat Jun 22 12:48:49 2024 +0000
     1.3 @@ -0,0 +1,9 @@
     1.4 +List::MoreUtils provides some trivial but commonly needed functionality
     1.5 +on lists which is not going to go into List::Util.
     1.6 +
     1.7 +All of the functions are implementable in only a couple of lines
     1.8 +of Perl code.
     1.9 +Using the functions from this module however should give slightly better
    1.10 +performance as everything is implemented in C.
    1.11 +The pure-Perl implementation of these functions only serves as a fallback
    1.12 +in case the C portions of this module couldn't be compiled on this machine.