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:
a658068
)
One more spelling correction from Ville Skyttä.
author
James E Keenan
<jkeenan@cpan.org>
Sun, 8 Apr 2018 13:56:06 +0000
(09:56 -0400)
committer
James E Keenan
<jkeenan@cpan.org>
Sun, 8 Apr 2018 13:56:06 +0000
(09:56 -0400)
The original patch had a problem during 'git apply', so the committer chopped
it up and applied all parts except this in commit
f0d9624a416d3eb926048f8054b82304fba159
.
pod/perldebguts.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldebguts.pod
b/pod/perldebguts.pod
index
a80f4a1
..
99c1771
100644
(file)
--- a/
pod/perldebguts.pod
+++ b/
pod/perldebguts.pod
@@
-660,7
+660,7
@@
will be lost.
EXACTFU_SS str Match this string (folded iff in UTF-8,
length in folding may change even if not in
UTF-8) using /iu rules (w/len).
- EXACTFLU8 str Rare cir
uc
mstances: like EXACTFU, but is
+ EXACTFLU8 str Rare cir
cu
mstances: like EXACTFU, but is
under /l, UTF-8, folded, and everything in
it is above 255.
EXACTFAA_NO_TRIE str Match this string (which is not trie-able;