Branch: refs/heads/smoke-me/tonyc/dfly-v6only
Home: https://github.com/Perl/perl5
Commit: 9bd53f4b5b8ed979a0b2f84f9c7dde843809db56
https://github.com/Perl/perl5/commit/9bd53f4b5b8ed979a0b2f84f9c7dde843809db56
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