Source: libtest-perl-critic-perl Section: perl Priority: optional Build-Depends: debhelper (>= 5.0.0), libperl-critic-perl (>= 0.21), libmodule-build-perl Build-Depends-Indep: perl (>= 5.8.3) Maintainer: Debian Perl Group Uploaders: David Paleino , Jaldhar H. Vyas Standards-Version: 3.7.3 Homepage: http://search.cpan.org/dist/Test-Perl-Critic/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-perl-critic-perl/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-perl-critic-perl/ Package: libtest-perl-critic-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libperl-critic-perl (>= 0.21) Description: Use Perl::Critic in test scripts Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine suitable for test programs written using the Test::More framework. This makes it easy to integrate coding-standards enforcement into the build process. For ultimate convenience (at the expense of some flexibility), see the criticism pragma. . If you'd like to try Perl::Critic without installing anything, there is a web-service available at http://perlcritic.com. The web-service does not yet support all the configuration features that are available in the native Perl::Critic API, but it should give you a good idea of what it does. You can also invoke the perlcritic web-service from the command line by doing an HTTP-post.