summaryrefslogtreecommitdiff
path: root/pod/perlrebackslash.pod
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2012-01-31 23:40:27 -0300
committerFather Chrysostomos <sprout@cpan.org>2012-06-27 08:46:33 -0700
commit69a6e56c00ba36ef95335113b7de311b51e24870 (patch)
tree32e7ea64d9e0d053c2572c22f4eff3d4044aaac6 /pod/perlrebackslash.pod
parentdb7cd43ab32d537e492e2189141d808ccf976b30 (diff)
downloadperl-69a6e56c00ba36ef95335113b7de311b51e24870.tar.gz
perlrebackslash: #109408
Diffstat (limited to 'pod/perlrebackslash.pod')
-rw-r--r--pod/perlrebackslash.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrebackslash.pod b/pod/perlrebackslash.pod
index f81af0c6dd..a1e158a625 100644
--- a/pod/perlrebackslash.pod
+++ b/pod/perlrebackslash.pod
@@ -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.