Subject: | test server should specify host to be localhost |
HTTP::Server::Simple::CGI will try to listen on 0.0.0.0 before trying
localhost, but you should explicitly specify localhost, there is no
reason to put these test servers on the internet
Also, Test-WWW-Mechanize-1.24\t\put_ok.t was taking forever to fail on
my machine, so you should also specify a timeout for all the tests, like
my $mech = Test::WWW::Mechanize->new( timeout => 1);
Adding timeout doesn't seem to break any tests
Thanks