Changed changelog...
[dh-make-perl] / dev / i386 / 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.8-12)
6 XSBC-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
7 Maintainer: Nito Martinez <Nito.ES>
8 Uploaders: David Paleino <d.paleino@gmail.com>, Jaldhar H. Vyas <jaldhar@debian.org>
9 Standards-Version: 3.7.3
10 Homepage: http://search.cpan.org/dist/Test-Perl-Critic/
11 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-perl-critic-perl/
12 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-perl-critic-perl/
13
14 Package: libtest-perl-critic-perl
15 Architecture: all
16 Depends: ${perl:Depends}, ${misc:Depends}, libperl-critic-perl (>= 0.21)
17 Description: Use Perl::Critic in test scripts
18  Test::Perl::Critic wraps the Perl::Critic engine in a convenient
19  subroutine suitable for test programs written using the Test::More
20  framework.  This makes it easy to integrate coding-standards
21  enforcement into the build process.  For ultimate convenience (at the
22  expense of some flexibility), see the criticism pragma.
23  .
24  If you'd like to try Perl::Critic without installing anything,
25  there is a web-service available at http://perlcritic.com.  The
26  web-service does not yet support all the configuration features that
27  are available in the native Perl::Critic API, but it should give you a
28  good idea of what it does.  You can also invoke the perlcritic
29  web-service from the command line by doing an HTTP-post.