From: Rafael Garcia-Suarez Date: Mon, 16 Oct 2006 12:59:07 +0000 (+0000) Subject: The "Unrecognized escape" warning can now be emitted in category X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=40c285a914ef1e6a5559f24dd9d661990c34b624;p=p5sagit%2Fp5-mst-13.2.git The "Unrecognized escape" warning can now be emitted in category "regexp" after change 29026 p4raw-id: //depot/perl@29027 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index dcf7ffe..e0831e3 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4281,7 +4281,7 @@ understood literally. =item Unrecognized escape \\%c passed through -(W misc) You used a backslash-character combination which is not +(W misc, W regexp) You used a backslash-character combination which is not recognized by Perl. =item Unrecognized escape \\%c passed through in regex; marked by <-- HERE in m/%s/