]> Sergey Matveev's repositories - public-inbox.git/commit
dskqxs: fix missing EV_DISPATCH define
authorEric Wong <e@80x24.org>
Wed, 27 Nov 2019 01:33:32 +0000 (01:33 +0000)
committerEric Wong <e@80x24.org>
Wed, 27 Nov 2019 10:25:41 +0000 (10:25 +0000)
commit1e44ee6d429b853a7a87ae58e56241c55ab8c306
treef9365f9a457cfa261a1a65fe4da5af3ff4db1fe7
parentd462440b512629fd8ef444ce105477fcab2ae6b1
dskqxs: fix missing EV_DISPATCH define

Oops, IO::KQueue support was broken due to this missing
constant.  Add a new ds-kqxs.t test case to ensure we
test the IO::KQueue path if IO::KQueue is available.
MANIFEST
lib/PublicInbox/DSKQXS.pm
t/ds-kqxs.t [new file with mode: 0644]
t/ds-poll.t