File: control

package info (click to toggle)
libtest-module-used-perl 0.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 256 kB
  • ctags: 49
  • sloc: perl: 669; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,396 bytes parent folder | download | duplicates (2)
1
2
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
Source: libtest-module-used-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     liblist-moreutils-perl,
                     libmodule-used-perl,
                     libppi-perl,
                     perl (>= 5.13.10) | libcpan-meta-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-module-used-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-module-used-perl.git
Homepage: https://metacpan.org/release/Test-Module-Used

Package: libtest-module-used-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         liblist-moreutils-perl,
         libmodule-used-perl,
         libppi-perl,
         perl (>= 5.13.10) | libcpan-meta-perl
Description: module for testing whether a module is used
 Test::Module::Used is a Perl test module for determining whether a module is
 really used (and vice versa) between lib/t and META.yml. It is useful for
 detecting cases where dependencies are specified (possibly as a remnant of
 older versions) but no longer needed, or where one forgets to declare them.