\R can't be used in a char class
Rafael Garcia-Suarez [Fri, 25 May 2007 13:29:34 +0000 (13:29 +0000)]
p4raw-id: //depot/perl@31277

pod/perlre.pod

index bd7a1aa..a12349b 100644 (file)
@@ -269,7 +269,7 @@ X<word> X<whitespace> X<character class> X<backreference>
     \V       Not vertical whitespace
     \h       Horizontal whitespace
     \H       Not horizontal whitespace
-    \R       Linebreak (matches like \v inside of a charclass)
+    \R       Linebreak
 
 A C<\w> matches a single alphanumeric character (an alphabetic
 character, or a decimal digit) or C<_>, not a whole word.  Use C<\w+>