Changes for version 1.000 - 2026-09-15

  • Initial Release, forked from Perl::Critic::Policy::Performance::ProhibitRegexForSimpleSubstring 0.01
  • A literal regex as the first argument of split is not reported: it is the pattern split takes
  • A configurable 'allow' list of functions and methods whose first argument is exempt the same way

Modules

Use index() to look for literal text, and leave split its pattern.