This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "perlunicode.pod: Elaborate unicode bug for POSIX"
authorRafael Garcia-Suarez <rgs@consttype.org>
Wed, 11 Aug 2010 08:12:09 +0000 (10:12 +0200)
committerRafael Garcia-Suarez <rgs@consttype.org>
Wed, 11 Aug 2010 08:12:09 +0000 (10:12 +0200)
This reverts commit d67647f5f40a7e78bffc92ff8600c67f95d3d7b0.

pod/perlunicode.pod

index d895357..bbe2e1a 100644 (file)
@@ -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 *