Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-WWW-Mechanize CPAN distribution.

Report information
The Basics
Id: 49969
Status: resolved
Priority: 0/
Queue: Test-WWW-Mechanize

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.24
Fixed in: (no value)



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
this is fixed in 1.28.