File: control

package info (click to toggle)
libmodule-used-perl 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 489; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 1,331 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
25
26
27
28
29
30
31
32
Source: libmodule-used-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               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://salsa.debian.org/perl-team/modules/packages/libmodule-used-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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.