Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 6bada6be44f4e9eefd371f41c6c5875e8e745f6c
https://github.com/Perl/perl5/commit/6bada6be44f4e9eefd371f41c6c5875e8e745f6c
Author: Tony Cook <[email protected]>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M Porting/Maintainers.pl
M cpan/IO-Socket-IP/lib/IO/Socket/IP.pm
M t/porting/customized.dat
Log Message:
-----------
IO::Socket::IP: detect if setsockopt() fails to clear IPV6_V6ONLY
dragonfly bsd 6.4 claims to clear this, even though it doesn't
clear it.
This is documented as a deliberate change in 6.4:
https://www.dragonflybsd.org/release64/
Reported upstream at:
https://rt.cpan.org/Ticket/Display.html?id=148293