Subject: | t/001_basic.t fails if you're already running something on port 8080 |
When attempting to 'make install' on a system with services on port 8080:
t/001_basic.t ...................... 1/34
# Failed test 'start up my web server'
# at t/001_basic.t line 57.
# HTTP::Server::Simple->background failed: bind to *:8080: Address
already in use at /usr/share/perl/5.10/NEXT.pm line 77
followed by a predictibly large number of failures.
This is easily worked around by hacking t/*.t to pass a different port
to TestServer->new(), but it would be nice if a different port could be
chosen easily, perhaps via $ENV{CGI_APP_SERVER_PORT}.