Subject: | Can't "goto" into a binary or list expression |
t/generator_runtime.t started to fail with perl 5.27.8:
$ perl5.27.8 -Mblib t/generator_runtime.t
Can't "goto" into a binary or list expression at t/generator_runtime.t line 12.
This matches a new error described in perl5.27.8's perldelta:
New Diagnostics
New Errors
* Can't "goto" into a binary or list expression
Use of "goto" to jump into the parameter of a binary or list
operator has been prohibited, to prevent crashes and stack
corruption. [perl #130936]