Subject: | Testsuite fails if you're installing on a machine with a web server running |
If you try installing IO::ASync on a machine where you've got a web server running, you get a fail
in the testsuite:
t/51loop-connect.t ........... ok
Test died early - listen on port 80 actually succeeded
# Looks like you planned 19 tests but ran 13.
# Looks like your test exited with 29 just after 13.
t/52loop-listen.t ............
Dubious, test returned 29 (wstat 7424, 0x1d00)
Failed 6/19 subtests
So it failed to install. I just stopped apache and tried to install it again, and it was successful this
time.