This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'hugmeir/disallow_cntrl' into blead
authorBrian Fraser <fraserbn@gmail.com>
Wed, 18 Sep 2013 08:42:12 +0000 (05:42 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Wed, 18 Sep 2013 08:42:12 +0000 (05:42 -0300)
[perl #119123] disallow literal control character variables

This branch introduces a deprecation warning on variables like $^T,
where ^T is a literal control character in the source code.

It also reworks how the handling of whitespace in ${...} works,
fixing a number of bugs, such as ${\nfoo\n} not increasing the
line number.


Trivial merge