Critique Perl source code for best-practices
Perl::Critic is an extensible framework for creating and applying coding
standards to Perl source code. Essentially, it is a static source code
analysis engine. Perl::Critic is distributed with a number of
Perl::Critic::Policy modules that attempt to enforce various coding
guidelines. Most Policy modules are based on Damian Conway's book Perl Best
Practices. However, Perl::Critic is not limited to PBP and will even
support Policies that contradict Conway. You can enable, disable, and
customize those Polices through the Perl::Critic interface. You can also
create new Policy modules that suit your own tastes.
For a command-line interface to Perl::Critic, see the documentation for
perlcritic. If you want to integrate Perl::Critic with your build
process, Test::Perl::Critic provides an interface that is suitable for
test programs. Also, Test::Perl::Critic::Progressive is useful for
gradually applying coding standards to legacy code. For the ultimate
convenience (at the expense of some flexibility) see the criticism
pragma.
Authors:
--------
Jeffrey Ryan Thalhammer
- Sources inherited from project openSUSE:Leap:42.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.2:Ports/perl-Perl-Critic && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
Perl-Critic-1.126.tar.gz | 0000646552 631 KB | |
cpanspec.yml | 0000000547 547 Bytes | |
perl-Perl-Critic.changes | 0000012016 11.7 KB | |
perl-Perl-Critic.spec | 0000005730 5.6 KB |
Latest Revision
vrev freeze
Comments 0