File: control

package info (click to toggle)
libmodule-used-perl 1.3.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: perl: 489; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,359 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: libmodule-used-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libconst-fast-perl,
                     libfile-next-perl,
                     libmodule-path-perl,
                     libppi-perl,
                     libtest-deep-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-used-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-used-perl.git
Homepage: https://metacpan.org/release/Module-Used

Package: libmodule-used-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libconst-fast-perl,
         libfile-next-perl,
         libmodule-path-perl,
         libppi-perl
Description: library to detect modules loaded by Perl code without running it
 Module::Used is a Perl module that does static analysis of arbitrary Perl
 code, looking for use and require statements to determine what modules are
 required by the code. It also knows about Moose and Moose::Role, so it can
 determine appropriate dependencies in that case too.