perlrebackslash: #109408
authorBrian Fraser <fraserbn@gmail.com>
Wed, 1 Feb 2012 02:40:27 +0000 (23:40 -0300)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 27 Jun 2012 15:46:33 +0000 (08:46 -0700)
pod/perlrebackslash.pod

index f81af0c..a1e158a 100644 (file)
@@ -575,7 +575,7 @@ categories above. These are:
 
 C<\C> always matches a single octet, even if the source string is encoded
 in UTF-8 format, and the character to be matched is a multi-octet character.
-C<\C> was introduced in perl 5.6.  This is very dangerous, because it violates
+This is very dangerous, because it violates
 the logical character abstraction and can cause UTF-8 sequences to become malformed.
 
 Mnemonic: oI<C>tet.