Skip Menu |

This queue is for tickets about the IO-Infiles CPAN distribution.

Report information
The Basics
Id: 118109
Status: new
Priority: 0/
Queue: IO-Infiles

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: Can't use global $_ in "my"
A test file fails to compile with newer perls (e.g. perl 5.25.5) because lexical $_ is not available anymore: ... Can't use global $_ in "my" at t/01s_spelling.t line 6, near "my $_ " BEGIN not safe after errors--compilation aborted at t/01s_spelling.t line 10. t/01s_spelling.t ....... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ...