Use 'eq' or hash instead of fixed-pattern regexps at line 130, column
41. See pages
271,272 of PBP. (Severity: 2) (
RegularExpressions::ProhibitFixedStringMatches )
Maybe it's the "1" and the regexp match on the same line?
return 1 if $c->action->name =~ /^(?:create|group)$/;
Found "!=" in condition for an "unless" at line 413, column 9. See page
99 of PBP.
(Severity: 3) (
ControlStructures::ProhibitNegativeExpressionsInUnlessAndUntilConditi
ons )
return unless $this && $that != $foo;