Description
Developers can run static checks that review Perl source code against style and best-practice policies. This helps teams find risky patterns, inconsistent code, and maintainability problems before release.
It is a command-line development tool. Its findings are guidance, not proof that code is correct, so projects should combine it with tests and human review.