in reply to Problem with perlcritic when using Moose object

Are you wanting perlcritic to ignore issues with that particular line? If so, the BENDING THE RULES section of Perl::Critic's documentation provides details on how to get perlcritic to ignore one or more lines of code. I have never used perlcritic, so I have no idea if that is "best" or "only" way to achieve the same thing.

  • Comment on Re: Problem with perlcritic when using Moose object

Replies are listed 'Best First'.
Re^2: Problem with perlcritic when using Moose object
by bangor (Monk) on Oct 04, 2018 at 14:47 UTC
    Thanks dasgar. The problem is other uses of autoderef are showing up in the logs and that's what I want to fix. I'm not sure if this one is showing though so will need to investigate more...