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
  • Comment on Re: Dist::Zilla::Plugin::PkgVersion vs. Perl::Critic and strictures
  • Download Code

Replies are listed 'Best First'.
Re^2: Dist::Zilla::Plugin::PkgVersion vs. Perl::Critic and strictures
by FalseVinylShrub (Chaplain) on Jun 22, 2010 at 12:26 UTC

    Hi

    Cool. That was what I was looking for. Thanks.

    FalseVinylShrub

    Disclaimer: Please review and test code, and use at your own risk... If I answer a question, I would like to hear if and how you solved your problem.