This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #123947] deparse $#_ as $#_ not as $#{_}
authorTony Cook <tony@develop-help.com>
Mon, 2 Mar 2015 06:03:12 +0000 (17:03 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 2 Mar 2015 06:03:35 +0000 (17:03 +1100)
commitb6bba886965111a01650def18e0b8bf4d7be34ae
treec85ec54b4e65da844e3e3570501882fc9defc166
parent813d2eb17164751c312a69e7c7c56dc71aad1ff1
[perl #123947] deparse $#_ as $#_ not as $#{_}

8c2e27d changed B::Deparse to deparse $#{1} as that instead of as $#1
which is a syntax error, but also changed $#_ to deparse as $#{_}
which isn't necessary, and broke GFUJI/macro-0.06.tar.gz

This could be considered a bug in macro.pm, but since we don't need to
deparse $#_ as $#{_} let's not do that.
lib/B/Deparse.pm
lib/B/Deparse.t