This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove deprecated /\C/ RE character class
authorDavid Mitchell <davem@iabyn.com>
Fri, 19 Jun 2015 11:47:05 +0000 (12:47 +0100)
committerDavid Mitchell <davem@iabyn.com>
Fri, 19 Jun 2015 11:47:05 +0000 (12:47 +0100)
commit33c28ab263ac8bba71954d61ec55d7f1dc6c0eca
tree96f97216db61bab1ff879fb662e18d1c64db471d
parent9558026484c47d197ababb92c9e5477b379f7c42
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!!!!
18 files changed:
dump.c
ext/XS-APItest/t/callregexec.t
pod/perldebguts.pod
pod/perldelta.pod
pod/perldiag.pod
pod/perlre.pod
pod/perlrebackslash.pod
pod/perlreref.pod
pod/perlretut.pod
regcomp.c
regcomp.h
regcomp.sym
regexec.c
regnodes.h
t/lib/Cname.pm
t/op/bop.t
t/re/pat_advanced.t
t/re/pat_rt_report.t