1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: liblist-utilsby-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Angel Abad <angel@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
libmodule-build-perl
Build-Depends-Indep: libtest-pod-perl,
perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblist-utilsby-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblist-utilsby-perl.git
Homepage: https://metacpan.org/release/List-UtilsBy
Package: liblist-utilsby-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: higher-order list utility functions
List::UtilsBy provides a number of list utility functions, all of which take
an initial code block to control their behaviour. They are variations on
similar core perl or List::Util functions of similar names, but which use the
block to control their behaviour.
|