Skip Menu |

This queue is for tickets about the Algorithm-Paxos CPAN distribution.

Report information
The Basics
Id: 108573
Status: new
Priority: 0/
Queue: Algorithm-Paxos

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

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



Subject: Lexical $_ not available anymore
t/00-load.t does not compile anymore with perl 5.23.4, because "my $_" is not allowed anymore: Can't use global $_ in "my" at t/00-load.t line 9, near "my $_ " Execution of t/00-load.t aborted due to compilation errors. t/00-load.t ... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run
On 2015-11-08 10:11:41, SREZIC wrote: Show quoted text
> t/00-load.t does not compile anymore with perl 5.23.4, because "my $_" > is not allowed anymore: > > Can't use global $_ in "my" at t/00-load.t line 9, near "my $_ " > Execution of t/00-load.t aborted due to compilation errors. > t/00-load.t ... > Dubious, test returned 255 (wstat 65280, 0xff00) > No subtests run
And maybe this was the reason for 5.10.0 as minimum perl version, and could be lowered to 5.8.x once it is fixed?