]> Sergey Matveev's repositories - public-inbox.git/commit
ds: cleanup poll test and avoid clobbering imports
authorEric Wong <e@80x24.org>
Wed, 26 Jun 2019 07:58:15 +0000 (07:58 +0000)
committerEric Wong <e@80x24.org>
Wed, 26 Jun 2019 07:58:15 +0000 (07:58 +0000)
commit7d7e5013e3d2e56c48735698e39890e8f67b6b56
tree4ead243f0c08ce31bf8da9ada8bcda05ad63bc22
parent84d8920b92686e975929aebe845b6d4ea0a9ef0d
ds: cleanup poll test and avoid clobbering imports

On Linux systems with epoll support, we don't want to be
clobbering defined subs in the t/ds-poll.t test; so use
OO ->method dispatch instead and require users to explicitly
import subs via EXPORT_OK.
lib/PublicInbox/DS.pm
lib/PublicInbox/DSKQXS.pm
lib/PublicInbox/DSPoll.pm
t/ds-poll.t