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


in reply to Dist::Zilla::Plugin::PkgVersion vs. Perl::Critic and strictures

I use:
use strict; use warnings; package Foo;
Then P:C would complain about code outside package, except that I also use Perl::Critic::Policy::Lax, which has a policy to work around that.
rjbs