Skip Menu |

This queue is for tickets about the Macro CPAN distribution.

Report information
The Basics
Id: 102439
Status: open
Priority: 0/
Queue: Macro

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.06
Fixed in: (no value)



Subject: Test suite fails since perl 5.21.7
On Sun Mar 01 17:09:45 2015, SREZIC wrote: Show quoted text
> See http://matrix.cpantesters.org/?dist=macro%200.06 for a fail/pass > overview.
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