NPW07: An introduction to Perl Critic

acme on 2007-04-28T12:51:13

Josh McAdams introduced us to Perl Critic, which I'm been meaning to get around to using. Perl Critic "critiques Perl source code for best-practices". He went through how to set it up, example critiques, how to disable critiques you might not agree with via .perlcriticrc and how to set up automatic testing with Test::Perl::Critic.