On Sun Mar 01 17:09:45 2015, SREZIC wrote:
Show quoted text
B::Deparse changed to deparse $#_ as $#{_} which macro::__want_param() and macro::__param_replace() don't handle.
I've changed B::Deparse to deparse as $#_ which should prevent the fails, but you might want to fix the code to handle $#{_} which is valid code.
See
https://rt.perl.org/Ticket/Display.html?id=123947 for more details.
Tony