This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Forbid "\c{" and \c{non-ascii}
authorKarl Williamson <public@khwilliamson.com>
Wed, 5 Feb 2014 21:54:47 +0000 (14:54 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 5 Feb 2014 22:47:05 +0000 (15:47 -0700)
commit421e43ba3017755892f18a5690b66a6ed8717fa9
treec668b5dfe9085cfa3d915c85ccb7feab72f04b42
parent2bd1cbf6ef490552a1de7d86d43c05162e3e5e91
Forbid "\c{" and \c{non-ascii}

These constructs have been deprecated since v5.14 with the intention of
making them fatal in 5.18.  This wasn't done; and is being done now.
dquote_static.c
embed.fnc
embed.h
pod/perldiag.pod
proto.h
regcomp.c
t/lib/warnings/toke
toke.c