Subject: | Install hangs/extremly during testing |
Install via CPAN shell hangs/extremly slow during testing in
t/08-IPv4.t
After about an hour, it went from 1/92 to 32/92.
This is in a company network, which does not allow direct DNS resolving.
It might be a good idea to disable-by-default all tests that try to directly access the internet. Either the way SSLeay (i think) does it by asking yes/no, or only run those tests when user calls with an environment variable, something like
ENABLE_ONLINE_TESTS=1 make test