diff options
Diffstat (limited to 'pod/perldebguts.pod')
-rw-r--r-- | pod/perldebguts.pod | 1 |
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 |