diff --git a/lib/Perl/Critic/Policy/RegularExpressions/RequireExtendedFormattingExceptForSplit.pm b/lib/Perl/Critic/Policy/RegularExpressions/RequireExtendedFormattingExceptForSplit.pm index bf47428..98836b5 100644 --- a/lib/Perl/Critic/Policy/RegularExpressions/RequireExtendedFormattingExceptForSplit.pm +++ b/lib/Perl/Critic/Policy/RegularExpressions/RequireExtendedFormattingExceptForSplit.pm @@ -1,6 +1,6 @@ package Perl::Critic::Policy::RegularExpressions::RequireExtendedFormattingExceptForSplit; -# ABSTRACT: Always use the C modifier with regular expressions, except when the regex is used +# ABSTRACT: Always use the C modifier with regular expressions, except when the regex is used as the first argument of C use 5.006001; use strict;