UCD 5.1.0
[p5sagit/p5-mst-13.2.git] / pod / perlunicode.pod
index 61d62d2..bae97df 100644 (file)
@@ -184,7 +184,7 @@ The special pattern C<\X> matches any extended Unicode
 sequence--"a combining character sequence" in Standardese--where the
 first character is a base character and subsequent characters are mark
 characters that apply to the base character.  C<\X> is equivalent to
-C<(?:\PM\pM*)>.
+C<< (?>\PM\pM*) >>.
 
 =item *