summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-12-29 11:35:03 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-12-29 11:35:03 +0000
commit6b12155502f6bdbf2de045133b6f4615dd04031b (patch)
tree1f92e7958c86d93300f55fcbed5fd3cfbfaf4973 /pod
parentc9f97d15d3a5d7fcbfc403087c4a4a450990ff7c (diff)
downloadperl-6b12155502f6bdbf2de045133b6f4615dd04031b.tar.gz
Document change #2516.
p4raw-link: @2516 on //depot/cfgperl: c9f97d15d3a5d7fcbfc403087c4a4a450990ff7c p4raw-id: //depot/cfgperl@2517
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod11
1 files changed, 10 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c1d5890569..aa3539be8a 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -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