Source: liblist-moreutils-xs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
# make sure those are more recent than the ones embedded in inc/
               libcapture-tiny-perl (>= 0.48),
               libconfig-autoconf-perl (>= 0.319),
               libtest-leaktrace-perl <!nocheck>,
               libtest-simple-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblist-moreutils-xs-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblist-moreutils-xs-perl.git
Homepage: https://metacpan.org/release/List-MoreUtils-XS
Rules-Requires-Root: no

Package: liblist-moreutils-xs-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         perl
Enhances: liblist-moreutils-perl
Breaks: liblist-moreutils-perl (<< 0.417)
Replaces: liblist-moreutils-perl (<< 0.417)
Description: Perl module providing compiled List::MoreUtils functions
 List::MoreUtils::XS is a backend for List::MoreUtils. Even if it's possible
 to have it practically independent from List::MoreUtils, it technically
 depends on List::MoreUtils. Since it's only a backend, the API is not public
 and can change without any warning.
 .
 List::MoreUtils provides some trivial but commonly needed functionality on
 lists which is not going to go into List::Util.
