Perl Critic distributions and policies

Perl::Critic

Perl::Critic is configurable lint-like static analyzer for Perl that can provide recommendations how to improve your code and can even locate code snippets that are sources of common errors. It has a base library that provides the engine and a large set of policies (things to be checked). In addition there are a number of distributions on CPAN that provide further policies.

In this article we collect all the CPAN distributions related to Perl::Critic and all the policies available.

Articles

Interviews

Other Articles

Distributions

[% FOR d IN distributions %] [% END %]
DistributionAbstractAuthorDate
[[% d.name %]](https://metacpan.org/release/[% d.name %]) [% d.abstract %] [[% d.author %]](https://metacpan.org/author/[% d.author %]) [% d.date %]

Policies

[% FOR p IN policies.keys.sort %] [% END %]
Name Severity Abstract
[[% p.substr(22) %]](https://metacpan.org/pod/[% p %]) [% policies.$p.level %] [% policies.$p.abstract %]

Examples

Author

Gabor Szabo (szabgab) Gabor Szabo