| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 
 | Source: libtest-dependencies-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libb-perlreq-perl <!nocheck>,
                     libcpan-meta-requirements-perl <!nocheck>,
                     libfile-find-rule-perl-perl <!nocheck>,
                     libmodule-corelist-perl <!nocheck>,
                     libpod-strip-perl <!nocheck>,
                     libtest-needs-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-dependencies-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-dependencies-perl.git
Homepage: https://metacpan.org/release/Test-Dependencies
Rules-Requires-Root: no
Package: libtest-dependencies-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libb-perlreq-perl,
         libfile-find-rule-perl-perl,
         libmodule-corelist-perl,
         libpod-strip-perl
Description: module to verify dependencies listed in Makefile.PL
 Test::Dependencies makes sure that all of the modules that are 'use'd are
 listed in the Makefile.PL as dependencies. Target users are Perl module
 authors who want to add a check if their Makefile.PL lists all dependencies to
 their tests.
 |