File: control

package info (click to toggle)
libmodule-cpants-analyse-perl 0.96-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 436 kB
  • ctags: 108
  • sloc: perl: 2,118; makefile: 2
file content (62 lines) | stat: -rw-r--r-- 2,929 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
Source: libmodule-cpants-analyse-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@ringlet.net>,
           Jonathan Yu <jawnsy@cpan.org>,
           Ryan Niebur <ryan@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libarchive-any-lite-perl,
                     libarray-diff-perl,
                     libclass-accessor-perl,
                     libcpan-distnameinfo-perl,
                     libextutils-makemaker-cpanfile-perl,
                     libfile-find-object-perl,
                     libio-capture-perl,
                     libjson-maybexs-perl,
                     libmodule-extractuse-perl (>= 0.33),
                     libmodule-pluggable-perl | perl (<< 5.17.0),
                     libreadonly-perl,
                     libset-scalar-perl,
                     libsoftware-license-perl (>= 0.103008),
                     libtest-failwarnings-perl,
                     perl (>= 5.17.1) | libcpan-meta-yaml-perl,
                     perl (>= 5.19.7) | libcpan-meta-perl (>= 2.133380)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-cpants-analyse-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-cpants-analyse-perl.git
Homepage: https://metacpan.org/release/Module-CPANTS-Analyse

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,
         libfile-find-object-perl,
         libio-capture-perl,
         libjson-maybexs-perl,
         libmodule-extractuse-perl (>= 0.33),
         libmodule-pluggable-perl | perl (<< 5.17.0),
         libreadonly-perl,
         libset-scalar-perl,
         libsoftware-license-perl (>= 0.103008),
         perl (>= 5.17.1) | libcpan-meta-yaml-perl,
         perl (>= 5.19.7) | libcpan-meta-perl (>= 2.133380)
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.