Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
p5pRT opened this issue Nov 4, 2010 · 4 comments
Closed

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

p5pRT opened this issue Nov 4, 2010 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented Nov 4, 2010

Migrated from rt.perl.org#78818 (status was 'resolved')

Searchable as RT78818$

@p5pRT
Copy link
Author

p5pRT commented Nov 4, 2010

From @ntyni

Commit 9bb1f94 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(-)

Inline Patch
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

@p5pRT
Copy link
Author

p5pRT commented Nov 4, 2010

From @briandfoy

In article <rt-3.6.HEAD-4263-1288888894-789.78818-75-0@​perl.org>, Niko
Tyni <perlbug-followup@​perl.org> wrote​:

Commit 9bb1f94 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

Committed as 7e31b64

@p5pRT
Copy link
Author

p5pRT commented Nov 4, 2010

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Nov 4, 2010

@cpansprout - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant