From 46b69b10cf23a80d00be2f7742119b1c10e4446b Mon Sep 17 00:00:00 2001 From: "E. Choroba" Date: Sat, 30 Oct 2021 21:04:45 +0200 Subject: [PATCH] Finish the abstract of *::RequireExtendedFormattingExceptForSplit --- .../RequireExtendedFormattingExceptForSplit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;