Path to this page:
Subject: CVS commit: pkgsrc/net/p5-Test-TCP
From: Thomas Klausner
Date: 2017-09-17 23:36:19
Message id: 20170917213619.B61C6FA9A@cvs.NetBSD.org
Log Message:
p5-Test-TCP: update to 2.19.
2.19 2017-05-11T13:02:47Z
commit aac1b06c1e3b0d73ca964794bab0c444d454ebcc
Author: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Date: Thu May 11 18:40:13 2017 +0900
don't run command when the port is empty
Test::TCP do hack on Windows for checking port used.
https://github.com/tokuhirom/Test-TCP/commit/0f4510d8
But this way always return 0 with succeeded with empty port. This is not
expected behavior. So this change fix to call check_port if the port is
not defined.
fixes #60
2.18 2017-04-24T06:00:25Z
- let the kernel select an empty port #59
https://github.com/tokuhirom/Test-TCP/pull/59
(i110)
Files: