# New Ticket Created by Niko Tyni # Please include the string: [perl #78818] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=78818 > Commit 9bb1f947 fixed the description of \E in perlre.pod to include the 'end quoted section' functionality, so update the similar list in perlop.pod too. Triggered by http://bugs.debian.org/126238 --- pod/perlop.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pod/perlop.pod b/pod/perlop.pod index 93e1687..3436974 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -1188,8 +1188,8 @@ X<\l> X<\u> X<\L> X<\U> X<\E> X<\Q> \u uppercase next char \L lowercase till \E \U uppercase till \E - \E end case modification \Q quote non-word characters till \E + \E end either case modification or quoted section If C<use locale> is in effect, the case map used by C<\l>, C<\L>, C<\u> and C<\U> is taken from the current locale. See L<perllocale>. -- 1.7.2.3Thread Next