Pakket: liblist-someutils-perl (0.59-1)
Verwijzigingen voor liblist-someutils-perl
Debian bronnen:
Het bronpakket liblist-someutils-perl downloaden:
- [liblist-someutils-perl_0.59-1.dsc]
- [liblist-someutils-perl_0.59.orig.tar.gz]
- [liblist-someutils-perl_0.59-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
module that provides the stuff missing in List::Util
List::SomeUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util.
All of the functions are implementable in only a couple of lines of Perl code. Using the functions from this module however should give slightly better performance as everything is implemented in C. The pure-Perl implementation of these functions only serves as a fallback in case the C portions of this module couldn't be compiled on this machine.
Andere aan liblist-someutils-perl gerelateerde pakketten
|
|
|
|
-
- dep: libmodule-implementation-perl
- module for loading one of several alternate implementations of a module
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: liblist-someutils-xs-perl
- module providing XS implementation for List::SomeUtils