On Fri Jan 12 10:07:08 2018, zefram@fysh.org wrote:
Show quoted text> Socket-2.026 is broken on Perls 5.13.0 and earlier, if a current
> ExtUtils::Constant is used, because it uses croak_sv() in the AUTOLOAD
> xsub in const-xs.inc but croak_sv() isn't defined. You need to have a
> backup definition of croak_sv() for Perls that don't provide it as part
> of the API.
Oops. Yes I did sortof wonder why it was there. It was removed for RT122830. I forgot about the older perls.
Attached patch reïmplements it, properly this time.
--
Paul Evans