Source: liblist-moreutils-perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , Damyan Ivanov , Ansgar Burchardt , gregor herrmann , Alessandro Ghedini Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9.20120312~), libexporter-tiny-perl, # Dependency on perl 5.22.2-2~ which contains the fix for CVE-2016-6185 perl (>= 5.22.2-2~) Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblist-moreutils-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblist-moreutils-perl.git Homepage: https://metacpan.org/release/List-MoreUtils Package: liblist-moreutils-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libexporter-tiny-perl, # Dependency on perl 5.22.2-2~ which contains the fix for CVE-2016-6185 perl (>= 5.22.2-2~) Description: Perl module with additional list functions not found in List::Util List::MoreUtils 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 could not be compiled on this machine.