1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libtest-perl-critic-progressive-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robin Sheat <robin@catalyst.net.nz>
Build-Depends: debhelper (>= 9), libmodule-build-perl
Build-Depends-Indep: libperl-critic-perl, perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-perl-critic-progressive-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-perl-critic-progressive-perl.git
Homepage: https://metacpan.org/release/Test-Perl-Critic-Progressive
Testsuite: autopkgtest-pkg-perl
Package: libtest-perl-critic-progressive-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libperl-critic-perl
Description: module that allows gradual enforcement of coding standards
Test::Perl::Critic::Progressive allows Perl coding standards to be
enforced in a gradual way. With it hooked into a continuous integration
system, it will fail any changes that increase the number of policy
violations, as judged using Perl::Critic.
|