Closed eserte closed 2 years ago
Thanks!
I’d seen this sometime back but neglected to push the fix. That’s now done, so I’m closing.
@FGasper Well, I don't see a change in 0.25...
@eserte Are your failures on CPAN Testers? Which version of Future::AsyncAwait is installed?
I looked into one of the affected perls, and there is Future::AsyncAwait 0.54 installed, the latest.
I see the warning also with the following oneliner:
$ perl5.30.2 -MFuture::AsyncAwait -e 'async sub bla { }'
XS::Parse::Sublike ABI v3 is now deprecated; the caller should be rebuilt to use v4 at -e line 1.
Only on some of my smokers: Ubuntu 20.04, CentOS7 and some older freebsd systems.
Rebuilding Future::AsyncAwait seems to help. But this does not feel right to me... maybe the XS::Parse::Sublike and/or Future::AsyncAwait author can tell something about it.
t/async_await_additional.t started to fail on some of my smoker systems: