in reply to Re^3: Socket::getaddrinfo and localized error messages on Windows
in thread Socket::getaddrinfo and localized error messages on Windows

I think you should create an issue of this.

Actually I did create an issue regarding this, just a few hours after I created my initial post here on PM, because I realized it was likely an actual bug.

I created it in the Socket module bug tracker because I though the related code was in the xs code of this module.

  • Comment on Re^4: Socket::getaddrinfo and localized error messages on Windows

Replies are listed 'Best First'.
Re^5: Socket::getaddrinfo and localized error messages on Windows
by syphilis (Archbishop) on Apr 24, 2022 at 13:14 UTC
    I created it in the Socket module bug tracker because I thought the related code was in the xs code of this module.

    Cool .. that's a good place to start.
    However, it's a bit tricky. That "related code" that you've indicated is inside an "#ifdef HAS_GETADDRINFO" block, and I don't know if "HAS_GETADDRINFO" is defined for your build of perl. On my 64-bit StrawberryPerl-5.32.1, I have:
    C:\> perl -V:d_getaddrinfo d_getaddrinfo='undef';
    Maybe "HAS_GETADDRINFO" gets defined somehow anyway, despite that Config setting ??

    Cheers,
    Rob