File: control

package info (click to toggle)
libperl-critic-freenode-perl 0.033-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 408 kB
  • sloc: perl: 1,038; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,798 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
Source: libperl-critic-freenode-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libpath-tiny-perl (>= 0.101) <!nocheck>,
                     libperl-critic-perl (>= 1.126) <!nocheck>,
                     libperl-critic-policy-variables-prohibitlooponhash-perl <!nocheck>,
                     libperl-critic-pulp-perl <!nocheck>,
                     libppi-perl (>= 1.254) <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libperl-critic-freenode-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libperl-critic-freenode-perl.git
Homepage: https://metacpan.org/release/Perl-Critic-Freenode
Rules-Requires-Root: no

Package: libperl-critic-freenode-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libpath-tiny-perl (>= 0.101),
         libperl-critic-perl (>= 1.126),
         libperl-critic-policy-variables-prohibitlooponhash-perl,
         libperl-critic-pulp-perl,
         libppi-perl (>= 1.254),
         libscalar-list-utils-perl
Description: Perl::Critic policies inspired by #perl on freenode IRC
 Perl::Critic::Freenode is a set of Perl::Critic policies to enforce the
 practices generally recommended by the denizens of #perl on Freenode
 IRC|https://freenode.net/. Because this policy "theme" is designed to be
 used with zero configuration on the command line, some duplication will
 occur if it is used in combination with core Perl::Critic policies.