This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac892e4
)
perlebcdic: Fix typo
author
Karl Williamson
<khw@cpan.org>
Fri, 19 Jun 2015 19:40:33 +0000
(13:40 -0600)
committer
Karl Williamson
<khw@cpan.org>
Fri, 19 Jun 2015 19:46:43 +0000
(13:46 -0600)
pod/perlebcdic.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlebcdic.pod
b/pod/perlebcdic.pod
index
d88291a
..
e54084a
100644
(file)
--- a/
pod/perlebcdic.pod
+++ b/
pod/perlebcdic.pod
@@
-1851,7
+1851,7
@@
characters.
Ranges containing C<\N{...}> in the C<tr///> (and C<y///>)
transliteration operators are treated differently than the equivalent
-ranges in regular expression patter
sn
. They should, but don't, cause
+ranges in regular expression patter
ns
. They should, but don't, cause
the values in the ranges to all be treated as Unicode code points, and
not native ones. (L<perlre/Version 8 Regular Expressions> gives
details as to how it should work.)