http://www.perlmonks.org?node_id=1021786


in reply to Failing tests of Test::TCP on Windows

IMO, trying to mix sockets and fork on Windows is fraught with problems. It's great when it works, but usually when external communication or sharing of resources gets involved (like with sockets), the problems outweigh the perceived benefits, especially in a Test:: module.