Tagged Questions
14
votes
5answers
2k views
Perl::Critic: Life after Moose?
I've started a conversion of a project to Moose and the first thing I noticed was that my critic/tidy tests go to hell. Moose, Tidy and Critic don't seem to like each other as much as they used to.
...
4
votes
4answers
525 views
How can we catch side comments using Perl::Tidy or Perl::Critic?
My department is currently settling on some general code best practices, which we would like to somewhat enforce, providing developers with Perl::Tidy and Perl::Critic configurations.
Now we are ...