File: control

package info (click to toggle)
libperl-prereqscanner-notquitelite-perl 0.9913-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 916 kB
  • sloc: perl: 5,122; makefile: 2
file content (51 lines) | stat: -rw-r--r-- 2,510 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: libperl-prereqscanner-notquitelite-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcpan-meta-requirements-perl (>= 2.140) <!nocheck>,
                     libdata-dump-perl <!nocheck>,
                     libextutils-makemaker-cpanfile-perl (>= 0.08),
                     libmodule-corelist-perl <!nocheck>,
                     libmodule-cpanfile-perl (>= 1.1004) <!nocheck>,
                     libmodule-find-perl <!nocheck>,
                     libregexp-trie-perl <!nocheck>,
                     libtest-failwarnings-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtest-useallmodules-perl (>= 0.17) <!nocheck>,
                     liburi-cpan-perl <!nocheck>,
                     perl (>= 5.25.4)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libperl-prereqscanner-notquitelite-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libperl-prereqscanner-notquitelite-perl.git
Homepage: https://metacpan.org/release/Perl-PrereqScanner-NotQuiteLite
Rules-Requires-Root: no

Package: libperl-prereqscanner-notquitelite-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcpan-meta-requirements-perl (>= 2.140),
         libdata-dump-perl,
         libmodule-corelist-perl,
         libmodule-cpanfile-perl (>= 1.1004),
         libmodule-find-perl,
         libregexp-trie-perl,
         liburi-cpan-perl,
         perl (>= 5.25.4)
Description: Perl module for scanning Perl code for prerequisites
 Perl::PrereqScanner::NotQuiteLite is yet another prerequisites scanner. It
 passes almost all the scanning tests for Perl::PrereqScanner and
 Module::ExtractUse (ie. except for a few dubious ones), and runs slightly
 faster than PPI-based Perl::PrereqScanner. However, it doesn't run as fast as
 Perl::PrereqScanner::Lite (which uses an XS lexer).
 .
 Perl::PrereqScanner::NotQuiteLite also recognizes eval. Prerequisites in eval
 are not considered as requirements, but they may be collected as suggestions.
 .
 Conditional requirements or requirements loaded in a block are treated as
 recommends. Noed modules are stored separately (since 0.94). You may or may
 not need to merge them into requires.