summaryrefslogtreecommitdiffstats
path: root/t/helper.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-07-02 16:04:09 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-07-02 16:04:09 +0200
commit42a344055fbb786cfbf9f3f163356081783c19fb (patch)
treeda47dba84aaf00922af2886e3b1cd60e3d22dd05 /t/helper.pm
parent8398de7b4480debefef750d8734a9982cd48d3ea (diff)
downloadurpmi-42a344055fbb786cfbf9f3f163356081783c19fb.tar
urpmi-42a344055fbb786cfbf9f3f163356081783c19fb.tar.gz
urpmi-42a344055fbb786cfbf9f3f163356081783c19fb.tar.bz2
urpmi-42a344055fbb786cfbf9f3f163356081783c19fb.tar.xz
urpmi-42a344055fbb786cfbf9f3f163356081783c19fb.zip
perl_checker cleanups
Diffstat (limited to 't/helper.pm')
-rw-r--r--t/helper.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper.pm b/t/helper.pm
index 40324133..81cbe59b 100644
--- a/t/helper.pm
+++ b/t/helper.pm
@@ -31,7 +31,7 @@ sub need_root_and_prepare() {
}
my $server_pid;
-sub httpd_port { 6969 }
+sub httpd_port() { 6969 }
sub start_httpd() {
system('perl -MNet::Server::Single -e 1') == 0 or die "module Net::Server::Single is missing (package perl-Net-Server)\n";
$server_pid = fork();