This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #119123] disallow literal control character variables
authorBrian Fraser <fraserbn@gmail.com>
Sun, 1 Sep 2013 13:21:52 +0000 (10:21 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Wed, 18 Sep 2013 08:23:31 +0000 (05:23 -0300)
commitb29f65fce68bc99d0924f63f8d8bbbe70dc63890
tree3caf3298900c819abef085a31c19661477bfd301
parentf7bd557bec80998b7095160ef08c951066c9afe3
[perl #119123] disallow literal control character variables

This introduces a deprecation warning on things like $^T, where ^T
is a literal control character in the source code.
pod/perldata.pod
pod/perldelta.pod
pod/perldiag.pod
t/base/lex.t
t/lib/warnings/toke
t/op/svleak.t
t/uni/variables.t
toke.c