summaryrefslogtreecommitdiff
path: root/pod/perldebguts.pod
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-06-19 12:47:05 +0100
committerDavid Mitchell <davem@iabyn.com>2015-06-19 12:47:05 +0100
commit33c28ab263ac8bba71954d61ec55d7f1dc6c0eca (patch)
tree96f97216db61bab1ff879fb662e18d1c64db471d /pod/perldebguts.pod
parent9558026484c47d197ababb92c9e5477b379f7c42 (diff)
downloadperl-33c28ab263ac8bba71954d61ec55d7f1dc6c0eca.tar.gz
remove deprecated /\C/ RE character class
This horrible thing broke encapsulation and was as buggy as a very buggy thing. It's been officially deprecated since 5.20.0 and now it can finally die die die!!!!
Diffstat (limited to 'pod/perldebguts.pod')
-rw-r--r--pod/perldebguts.pod1
1 files changed, 0 insertions, 1 deletions
diff --git a/pod/perldebguts.pod b/pod/perldebguts.pod
index 2b5561d2d7..064af64b55 100644
--- a/pod/perldebguts.pod
+++ b/pod/perldebguts.pod
@@ -592,7 +592,6 @@ will be lost.
# [Special] alternatives:
REG_ANY no Match any one character (except newline).
SANY no Match any one character.
- CANY no Match any one byte.
ANYOF sv 1 Match character in (or not in) this class,
single char match only
ANYOFL sv 1 Like ANYOF, but /l is in effect