Modified source files and compiled any and armel versions of packages
[pkg-perl] / deb-src / libtest-perl-critic-perl / libtest-perl-critic-perl-1.01 / debian / control
1 Source: libtest-perl-critic-perl
2 Section: perl
3 Priority: optional
4 Build-Depends: debhelper (>= 5.0.0), libperl-critic-perl (>= 0.21), libmodule-build-perl
5 Build-Depends-Indep: perl (>= 5.8.3)
6 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
7 Uploaders: David Paleino <d.paleino@gmail.com>, Jaldhar H. Vyas <jaldhar@debian.org>
8 Standards-Version: 3.7.3
9 Homepage: http://search.cpan.org/dist/Test-Perl-Critic/
10 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-perl-critic-perl/
11 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-perl-critic-perl/
12
13 Package: libtest-perl-critic-perl
14 Architecture: all
15 Depends: ${perl:Depends}, ${misc:Depends}, libperl-critic-perl (>= 0.21)
16 Description: Use Perl::Critic in test scripts
17  Test::Perl::Critic wraps the Perl::Critic engine in a convenient
18  subroutine suitable for test programs written using the Test::More
19  framework.  This makes it easy to integrate coding-standards
20  enforcement into the build process.  For ultimate convenience (at the
21  expense of some flexibility), see the criticism pragma.
22  .
23  If you'd like to try Perl::Critic without installing anything,
24  there is a web-service available at http://perlcritic.com.  The
25  web-service does not yet support all the configuration features that
26  are available in the native Perl::Critic API, but it should give you a
27  good idea of what it does.  You can also invoke the perlcritic
28  web-service from the command line by doing an HTTP-post.