This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make \N{alias} deprecations fatal.
authorKarl Williamson <public@khwilliamson.com>
Fri, 26 Oct 2012 02:12:04 +0000 (20:12 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 11 Nov 2012 17:11:33 +0000 (10:11 -0700)
commit4d7cd48281fd4dc117b56d5a263a4dc8987b9b11
tree5528e63734ddd70636a9339cfee85408fe7072d8
parent84e61d73d3346e9347a106dca096f6f7d781cc85
Make \N{alias} deprecations fatal.

Since v5.12, using some non-name like characters, like commas, have
generated a deprecation warning.  The required 2 releases have been
made, and they are now being made fatal.
lib/charnames.pm
pod/perldelta.pod
pod/perldiag.pod
t/re/pat_advanced.t
toke.c