File: control

package info (click to toggle)
liblist-compare-perl 0.55-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,012 kB
  • sloc: perl: 3,080; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,005 bytes parent folder | download
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-compare-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)
Build-Depends-Indep: libcapture-tiny-perl <!nocheck>,
                     perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblist-compare-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblist-compare-perl.git
Homepage: https://metacpan.org/release/List-Compare
Rules-Requires-Root: no

Package: liblist-compare-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module for comparing elements of two or more lists
 List::Compare lets you compare elements between lists.
 This module uses the Carp module which is part of the standard Perl
 distribution.  Other than that, there are no module dependencies in
 this version of List::Compare.