Open djerius opened 1 year ago
I think you need to raise a ticket here https://rt.cpan.org/Public/Dist/Display.html?Name=Socket for @leonerd to notice.
The docs for IO::Socket say to raise issues here:
AUTHOR Graham Barr. atmark() by Lincoln Stein. Currently maintained by the Perl 5 Porters. Please report all bugs at https://github.com/Perl/perl5/issues.
Socket
is maintained by me.
IO::Socket
is part of the IO
dist, maintained by P5P
IO::Socket::IP
is maintained by me.
It's highly confusing and awkward, but that is the state of things.
Socket
is maintained by me.IO::Socket
is part of theIO
dist, maintained by P5PIO::Socket::IP
is maintained by me.It's highly confusing and awkward, but that is the state of things.
Confusing, to be sure; the issue is in IO::Socket, so lucky you, it looks like you're off the hook.
Where
IO::Socket
Description
The example code for the bind method shows incorrect usage of the Socket::pack_sockaddr_in function:
This code resuls in:
The
$ip_address argument
topack_sockaddr_in
must be, according to the docs,So, either one of these will work