File: control

package info (click to toggle)
libperl-critic-perl 1.138-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,484 kB
  • sloc: perl: 23,895; lisp: 341; makefile: 7
file content (66 lines) | stat: -rw-r--r-- 2,983 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
64
65
66
Source: libperl-critic-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libb-keywords-perl,
                     libconfig-tiny-perl <!nocheck>,
                     libexception-class-perl <!nocheck>,
                     libfile-which-perl <!nocheck>,
                     libio-string-perl <!nocheck>,
                     liblist-moreutils-perl,
                     libmodule-pluggable-perl <!nocheck>,
                     libpod-parser-perl <!nocheck>,
                     libpod-spell-perl <!nocheck>,
                     libppi-perl (>= 1.265) <!nocheck>,
                     libppix-quotelike-perl <!nocheck>,
                     libppix-regexp-perl (>= 0.068) <!nocheck>,
                     libppix-utilities-perl <!nocheck>,
                     libreadonly-perl <!nocheck>,
                     libstring-format-perl (>= 1.18) <!nocheck>,
                     libtask-weaken-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-pod-coverage-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     perl,
                     perltidy
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libperl-critic-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libperl-critic-perl.git
Homepage: https://metacpan.org/release/Perl-Critic
Rules-Requires-Root: no

Package: libperl-critic-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libb-keywords-perl,
         libconfig-tiny-perl,
         libexception-class-perl,
         libfile-which-perl,
         libio-string-perl,
         liblist-moreutils-perl,
         libmodule-pluggable-perl,
         libpod-parser-perl,
         libpod-spell-perl,
         libppi-perl (>= 1.265),
         libppix-quotelike-perl,
         libppix-regexp-perl (>= 0.068),
         libppix-utilities-perl,
         libreadonly-perl,
         libstring-format-perl (>= 1.18),
         libtask-weaken-perl,
         perltidy
Description: Perl module to critique code for best practices
 Perl::Critic is an extensible framework for creating and applying software
 coding policies to Perl source code. By default, it is distributed with a
 number of policy modules that attempt to enforce various coding guidelines,
 including those discussed in Damian Conway's Perl Best Practices. However,
 it is not limited to PBP and will even support policies that contradict PBP.
 You can enable, disable and customize those policies through the Perl::Critic
 interface. You can also create new Policy modules to suit your own tastes.