RT 78818 Sync the description of \E in perlop with perlre
authorbrian d foy <brian.d.foy@gmail.com>
Thu, 4 Nov 2010 18:05:06 +0000 (13:05 -0500)
committerbrian d foy <brian.d.foy@gmail.com>
Thu, 4 Nov 2010 18:05:06 +0000 (13:05 -0500)
Posted by Niko Tyni

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

index 6d0951b..5dd86eb 100644 (file)
@@ -1190,8 +1190,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>.