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


in reply to Re^3: Modern Perl and the Future of Perl
in thread Modern Perl and the Future of Perl

If you can't agree on a coding style within your team, the use of Perl::Critic is not your biggest problem. If you can't modify the coding style within your team as necessary, the use of P::C is again not your biggest problem.

You can run into the same problem with programmable text editors, the strict pragma, variable naming conventions, unit tests, pre-commit hooks, and any other useful tool for software development.