This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use of $* and $# will be fatal in 5.30.
authorAbigail <abigail@abigail.be>
Sun, 15 Jan 2017 21:23:47 +0000 (22:23 +0100)
committerAbigail <abigail@abigail.be>
Mon, 16 Jan 2017 18:18:17 +0000 (19:18 +0100)
commit37398dc1a6d62d8d18b2db9ec44bca65d4091614
treebf1670ef37db7d506edcf91ab366cc5f179756ce
parenta678626e6d2dd11740073117f5269f7efee639de
Use of $* and $# will be fatal in 5.30.

Initially, the plan was to just drop the deprecation message of $* and $#,
letting them be the magicless punctuation variables they are now. However,
we decided to make their use fatal, so we can use them in a future version
of Perl.
gv.c
pod/perldeprecation.pod
pod/perldiag.pod
t/lib/warnings/2use
t/lib/warnings/gv