Changed changelog...
[dh-make-perl] / dev / i386 / libperl-critic-perl / libperl-critic-perl-1.088 / debian / control
1 Source: libperl-critic-perl
2 Section: perl
3 Priority: optional
4 Build-Depends-Indep: perl (>= 5.8), libb-keywords-perl, libconfig-tiny-perl,
5  libfile-spec-perl, libio-string-perl, liblist-moreutils-perl,
6  libmodule-pluggable-perl, libppi-perl (>= 1.203), libstring-format-perl,
7  libfile-homedir-perl, libfile-which-perl, perltidy,
8  libpod-spell-perl, libreadonly-xs-perl, libreadonly-perl,
9  libexception-class-perl, libtest-pod-perl, libtest-pod-coverage-perl,
10  libtest-deep-perl
11 Build-Depends: debhelper7
12 XSBC-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
13 Maintainer: Nito Martinez <Nito.ES>
14 Uploaders: gregor herrmann <gregor+debian@comodo.priv.at>,
15  Damyan Ivanov <dmn@debian.org>
16 Standards-Version: 3.8.0
17 Homepage: http://search.cpan.org/dist/Perl-Critic/
18 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libperl-critic-perl/
19 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libperl-critic-perl/
20
21 Package: libperl-critic-perl
22 Architecture: all
23 Depends: ${perl:Depends}, ${misc:Depends}, perl-modules, libb-keywords-perl,
24  libconfig-tiny-perl, libfile-spec-perl, libio-string-perl,
25  liblist-moreutils-perl, libmodule-pluggable-perl, libppi-perl (>= 1.203),
26  libstring-format-perl, libfile-homedir-perl, libfile-which-perl,
27  perltidy, libpod-spell-perl, libreadonly-xs-perl, libreadonly-perl,
28  libexception-class-perl, perl-modules (>= 5.10) | libversion-perl
29 Description: Critique Perl source code for best-practices
30  Perl::Critic is an extensible framework for creating and applying
31  coding standards to Perl source code. Essentially, it is a static source code
32  analysis engine. Perl::Critic is distributed with a number of
33  Perl::Critic::Policy modules that attempt to enforce various coding
34  guidelines. Most Policy modules are based on Damian Conway's book Perl
35  Best Practices. However, Perl::Critic is not limited to PBP and will
36  even support Policies that contradict Conway. You can enable, disable,
37  and customize those Polices through the Perl::Critic interface. You can
38  also create new Policy modules that suit your own tastes.
39  .
40  A command-line interface to Perl::Critic is included in the perlcritic
41  program.
42  .
43  Coding standards are deeply personal and highly subjective.  The
44  goal of Perl::Critic is to help you write code that conforms with a
45  set of best practices.  Its primary goal is not to dictate what
46  those practices are, but rather, to implement the practices
47  discovered by others.  Ultimately, you make the rules --
48  Perl::Critic is merely a tool for encouraging consistency.