diff options
Diffstat (limited to 'pod/perl5131delta.pod')
-rw-r--r-- | pod/perl5131delta.pod | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pod/perl5131delta.pod b/pod/perl5131delta.pod index 081d868bb1..74f03e0279 100644 --- a/pod/perl5131delta.pod +++ b/pod/perl5131delta.pod @@ -22,11 +22,12 @@ XXX Any important notices here =head1 Incompatible Changes -XXX For a release on a stable branch, this section aspires to be: - - There are no changes intentionally incompatible with 5.XXX.XXX. If any - exist, they are bugs and reports are welcome. +=head2 "C<\cI<X>>" +The backslash-c construct was designed as a way of specifying +non-printable characters, but there were no restrictions (on ASCII +platforms) on what the character following the C<c> could be. Now, that +character must be one of the ASCII characters. =head1 Core Enhancements |