in reply to use 5.10 and Perl::Critic

The correct backwards-compatible way to say that is use 5.010;.

I find the best way to quiet a Perl::Critic rule is to reduce its severity below the default level. See the module's doc on how to write a perlcriticrc file.

Replies are listed 'Best First'.
Re^2: use 5.10 and Perl::Critic
by 1nickt (Canon) on Jun 25, 2015 at 19:47 UTC

    Thanks, perfect.

    I do use .perlcriticrc a lot, and don't mind suppressing what I feel are superfluous failures (e.g. not having every single pod section!), but I try to comply where I can :)