- Perl Critic reports
- Getting Started with Perl::Critic (the linter for Perl)
- Always require explicit importing of functions
- How to forbid certain Perl modules from use?
- Three-argument form of open used and it is not available until perl 5.6.
- Set minimum version number in every Perl file
- Private Member Data shouldn't be accessed directly - encapsulation violation
- How to return nothing (or undef) from a function in Perl?
- Converting indirect calls
- Perl::Critic exclude some policies - fix others (Pod::Tree 1.24)
- Fix Perl::Critic test failures reported by CPAN Testers
- Move packages to their own files - release Pod::Tree 1.21
- Perl::Critic example - lint for Perl
- Perl Critic distributions and policies
- Type checking with Moo
- Avoid (unwanted) bitwise operators
- How to improve my Perl program?
- Bare Here documents are deprecated - How to find offending code?
- 1: Jeffrey Thalhammer, author of Perl::Critic and Pinto
- Improving your Perl code - one Perl::Critic policy at a time