File: control

package info (click to toggle)
libmodule-cpants-analyse-perl 1.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 316 kB
  • sloc: perl: 2,178; makefile: 2
file content (63 lines) | stat: -rw-r--r-- 3,032 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
52
53
54
55
56
57
58
59
60
61
62
63
Source: libmodule-cpants-analyse-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libarchive-any-lite-perl <!nocheck>,
                     libarray-diff-perl <!nocheck>,
                     libclass-accessor-perl <!nocheck>,
                     libcpan-distnameinfo-perl <!nocheck>,
                     libcpan-meta-perl <!nocheck>,
                     libcpan-meta-yaml-perl <!nocheck>,
                     libdata-binary-perl <!nocheck>,
                     libextutils-makemaker-cpanfile-perl (>= 0.08),
                     libfile-find-object-perl <!nocheck>,
                     libmodule-extractuse-perl <!nocheck>,
                     libmodule-find-perl <!nocheck>,
                     libmodule-pluggable-perl <!nocheck>,
                     libperl-prereqscanner-notquitelite-perl <!nocheck>,
                     libreadonly-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libsoftware-license-perl (>= 0.103012) <!nocheck>,
                     libtest-failwarnings-perl <!nocheck>,
                     perl
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-cpants-analyse-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-cpants-analyse-perl.git
Homepage: https://metacpan.org/release/Module-CPANTS-Analyse
Rules-Requires-Root: no

Package: libmodule-cpants-analyse-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libarchive-any-lite-perl,
         libarray-diff-perl,
         libclass-accessor-perl,
         libcpan-distnameinfo-perl,
         libcpan-meta-perl,
         libcpan-meta-yaml-perl,
         libdata-binary-perl,
         libfile-find-object-perl,
         libmodule-extractuse-perl,
         libmodule-find-perl,
         libmodule-pluggable-perl,
         libperl-prereqscanner-notquitelite-perl,
         libreadonly-perl,
         libscalar-list-utils-perl,
         libsoftware-license-perl (>= 0.103012)
Description: Perl module to generate Kwalitee ratings for a distribution
 Module::CPANTS::Analyse is a utility module used by Test::Kwalitee and others
 to analyse CPAN distributions and determine their Kwalitee. Kwalitee is a set
 of software metrics useful for determine how good your software is; it's not
 true software quality, which your computer can't measure in a general sense.
 (If you can, you've solved a hard problem in computer science.)
 .
 Kwalitee looks like quality, sounds like quality, but it's not quite quality.
 If you plan to release a distribution to the CPAN -- or even within your own
 organization -- testing its Kwalitee before creating a release can help you
 improve your quality as well.