Source: libperl-critic-perl Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso , gregor herrmann , Damyan Ivanov , Ansgar Burchardt Section: perl Priority: optional Build-Depends: debhelper (>= 10), libmodule-build-perl (>= 0.420000) | perl (<< 5.19.0) Build-Depends-Indep: libb-keywords-perl, libconfig-tiny-perl, libexception-class-perl, libfile-homedir-perl, libfile-which-perl, libio-string-perl, liblist-moreutils-perl, libmodule-pluggable-perl | perl (<< 5.17.9), libpod-spell-perl, libppi-perl (>= 1.224), libppix-quotelike-perl, libppix-regexp-perl, libppix-utilities-perl, libreadonly-perl (>= 2.000), libstring-format-perl, libtask-weaken-perl, libtest-deep-perl, libtest-pod-coverage-perl, libtest-pod-perl, perl, perltidy Standards-Version: 4.1.5 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 Package: libperl-critic-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libb-keywords-perl, libconfig-tiny-perl, libexception-class-perl, libfile-homedir-perl, libfile-which-perl, libio-string-perl, liblist-moreutils-perl, libmodule-pluggable-perl | perl (<< 5.17.9), libpod-spell-perl, libppi-perl (>= 1.224), libppix-quotelike-perl, libppix-regexp-perl, libppix-utilities-perl, libreadonly-perl (>= 2.000), libstring-format-perl, 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.