Yes, it's not "crashing" but exiting with an error, sorry. So if I'd publish portable code, what are best practices? Pepper the code with
or don't use IO::Socket::INET altogether, or use something else?
I've seen POE calls ioctl() for versions less than 5.8, but calls $fh->blocking(0) otherwise... So that's incorrect, still use ioctl?
I've tried on 5.8 and 5.10, same thing.