Subject: | Can't use global $_ in "my" |
t/ree-pcre/s.t fails with perl 5.23.4:
Can't use global $_ in "my" at t/ree-pcre/s.t line 5, near "my $_"
Execution of t/ree-pcre/s.t aborted due to compilation errors.
# Looks like your test exited with 255 before it could output anything.
t/ree-pcre/s.t ...........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 10/10 subtests
Lexical $_ was deprecated for some time, and was removed in perl 5.23.4.