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