drforr / Perl-Refactor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

False positive in Perl::Critic::Policy::ValuesAndExpressions::RequireInterpolationOfMetachars

Endle opened this issue · comments

My code is
my @A = q/ a b c /;
triggers perlcritic :
[ValuesAndExpressions::RequireInterpolationOfMetachars] String *may* require interpolation

Is this a false positive report, as @ appeared in the code, but not inside q//