When building the package in a clean chroot using pbuilder, but on a system
running services, the build of libtest-http-server-simple-stashwarnings-perl
failed:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'created test server'
# at t/001-basic.t line 7.
# HTTP::Server::Simple->background failed: bind to *:8080: Address already in use at /usr/share/perl/5.14/NEXT.pm line 92
Use of uninitialized value $url in concatenation (.) or string at t/001-basic.t line 8, <DATA> line 16.
It would be great if the test at least tried a couple of different port numbers
instead of failing when a fairly popular port number was in use.
Best,
Michael