cperl
cperl copied to clipboard
fix Coro (my 5.22 version)
See https://github.com/rurban/Coro/issues/1
FATAL: Coro SLF calls can only be made normally, not via goto or any other means,
See http://www.nntp.perl.org/group/perl.perl5.porters/2016/05/msg236195.html for the die/warning fix, by copying a user mg vtbl.
This is caused by https://github.com/perl11/cperl/compare/d35666d...ed1e75a
enterxssub. Thanks I'll look at it. I thought it's fixed meanwhile with Nick's magic code
As a temporary workaround, croak in Coro/State.xs can be disabled