Skip Menu |

This queue is for tickets about the HTTP-Server-Simple CPAN distribution.

Report information
The Basics
Id: 82748
Status: new
Priority: 0/
Queue: HTTP-Server-Simple

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.44
Fixed in: (no value)



Subject: Tests: do not use a random port in use
In t/01live.t and t/04cgi.t: my $PORT = 40000 + int(rand(10000)); And nothing is done to check if the port is available. Too often in my environment the tests fail because the ports are in use. -- Olivier Mengué - http://perlresume.org/DOLMEN