develooper Front page | perl.perl5.porters | Postings from November 2010

[perl #78818] [PATCH] Sync the description of \E in interpolation with perlre.pod

Thread Next
From:
Niko Tyni
Date:
November 4, 2010 10:15
Subject:
[perl #78818] [PATCH] Sync the description of \E in interpolation with perlre.pod
Message ID:
rt-3.6.HEAD-4263-1288888894-789.78818-75-0@perl.org
# 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.3


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About