http://www.perlmonks.org?node_id=523308


in reply to Programming Department

I'd suggest looking at Perl-Critic. It's a static source code anaylser based on Conway's guidelines. By using Perl-Critic or Test-Perl-Critic you can solve a lot of your consistency and quality problems with almost no effort!

-Jeff