Skip to content

Fix perlcritic ProhibitCaptureWithoutTest

Maxime Besson requested to merge perlcritic-ProhibitCaptureWithoutTest into v2.0

This can cause random issues in production when global $1, $2 are used after an expression that didn't match.

Merge request reports