From f8b5bc72e89d7309cb8ff4b15e55f44e8b1ba3ed Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 26 Jun 2012 23:14:20 -0700 Subject: [PATCH] =?utf8?q?perldiag:=20=E2=80=98Regexp=20modifier=20after?= =?utf8?q?=20"-"=E2=80=99=20should=20have=20no=20cat?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Only warnings have categories. --- pod/perldiag.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index c7e869e..d1c08bf 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4205,8 +4205,8 @@ of the specified modifier. Remove the extraneous ones. =item Regexp modifier "%c" may not appear after the "-" in regex; marked by <-- HERE in m/%s/ -(F regexp) Turning off the given modifier has the side effect of turning -on another one. Perl currently doesn't allow this. Reword the regular +(F) Turning off the given modifier has the side effect of turning on +another one. Perl currently doesn't allow this. Reword the regular expression to use the modifier you want to turn on (and place it before the minus), instead of the one you want to turn off. -- 2.7.4