This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deprecating the use of C<< \cI<X> >> to specify a printable character.
authorAbigail <abigail@abigail.be>
Fri, 13 Jan 2017 19:29:58 +0000 (20:29 +0100)
committerAbigail <abigail@abigail.be>
Mon, 16 Jan 2017 18:18:15 +0000 (19:18 +0100)
commitbfdc8cd3d5a81ab176f7d530d2e692897463c97d
tree685451f2fd81a09edcf0893ef2042a13502894f9
parent838ba4df5dc7a6ea548005412fcf40feb86d2078
Deprecating the use of C<< \cI<X> >> to specify a printable character.

Starting in 5.14, we deprecated the use of "\cI<X>" when this
results in a printable character. For instance, "\c:" is just
a fancy way of writing "z". Starting in 5.28, this will be a
fatal error.

This also includes certain usage in regular expressions with the
experimental (?[ ]) construct, or when "use re 'strict'" is in
effect (also experimental).
dquote.c
pod/perldeprecation.pod
pod/perldiag.pod
regcomp.c
t/lib/warnings/regcomp
t/lib/warnings/toke
t/re/reg_mesg.t