The "Unrecognized escape" warning can now be emitted in category
Rafael Garcia-Suarez [Mon, 16 Oct 2006 12:59:07 +0000 (12:59 +0000)]
"regexp" after change 29026

p4raw-id: //depot/perl@29027

pod/perldiag.pod

index dcf7ffe..e0831e3 100644 (file)
@@ -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/