Perl::Critic - Critique Perl source code for best-practices https://www.cpan.org/
Go to file
2024-10-24 17:44:19 +02:00
perl-Perl-Critic.spec automatic version update by autodist [release 1.156-1mamba;Wed Oct 23 2024] 2024-10-24 17:44:19 +02:00
README.md perl 5.16 mass rebuild [release 1.116-2mamba;Tue Nov 13 2012] 2024-01-06 09:30:30 +01:00

perl-Perl-Critic

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.