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