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:
d67647f
)
Revert "perlunicode.pod: Elaborate unicode bug for POSIX"
author
Rafael Garcia-Suarez
<rgs@consttype.org>
Wed, 11 Aug 2010 08:12:09 +0000
(10:12 +0200)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Wed, 11 Aug 2010 08:12:09 +0000
(10:12 +0200)
This reverts commit
d67647f5f40a7e78bffc92ff8600c67f95d3d7b0
.
pod/perlunicode.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlunicode.pod
b/pod/perlunicode.pod
index
d895357
..
bbe2e1a
100644
(file)
--- a/
pod/perlunicode.pod
+++ b/
pod/perlunicode.pod
@@
-1407,8
+1407,7
@@
Using caseless (C</i>) regular expression matching
=item *
-Matching a number of properties in regular expressions, namely C<\s>, C<\w>,
-and all the Posix character classes I<except> C<[[:ascii:]]>.
+Matching a number of properties in regular expressions, such as C<\w>
=item *