Document change #2516.
Jarkko Hietaniemi [Tue, 29 Dec 1998 11:35:03 +0000 (11:35 +0000)]
p4raw-link: @2516 on //depot/cfgperl: c9f97d15d3a5d7fcbfc403087c4a4a450990ff7c

p4raw-id: //depot/cfgperl@2517

pod/perldelta.pod

index c1d5890..aa3539b 100644 (file)
@@ -115,7 +115,16 @@ Todo.
 
 =head1 New Diagnostics
 
-Todo.
+=item /%s/: Unrecognized escape \\%c passed through
+
+(W) You used a backslash-character combination which is not recognized
+by Perl.  This combination appears in an interpolated variable or a 
+C<'>-delimited regular expression.
+
+=item Unrecognized escape \\%c passed through
+
+(W) You used a backslash-character combination which is not recognized
+by Perl.
 
 =head1 Obsolete Diagnostics