From 7e31b6438686db3b5a9895167672ed7030d427d5 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Thu, 4 Nov 2010 13:05:06 -0500 Subject: RT 78818 Sync the description of \E in perlop with perlre 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlop.pod b/pod/perlop.pod index 6d0951bcaa..5dd86eb125 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -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 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. -- cgit v1.2.1