Subject: | Can't use global $_ in "my" |
Test suite fails with perl 5.23.4, probably because "my $_" is not allowed anymore:
# Failed test 'lexical topic compiles'
# at t/use_experimentals.t line 6.
# got: undef
# expected: '1'
# Can't use global $_ in "my" at (eval 4) line 2, near "my $_ "
# Looks like you failed 1 test of 9.
t/use_experimentals.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/9 subtests