]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/DSPoll.pm
ds: cleanup poll test and avoid clobbering imports
[public-inbox.git] / lib / PublicInbox / DSPoll.pm
index e65640a8c755afb025d1a5a27c773a30ecc18f1d..ce7c2faccb442db413f2234c401a82d6f9aaf998 100644 (file)
@@ -14,7 +14,7 @@ use warnings;
 use parent qw(Exporter);
 use IO::Poll;
 use PublicInbox::Syscall qw(EPOLLONESHOT EPOLLIN EPOLLOUT EPOLL_CTL_DEL);
-our @EXPORT = qw(epoll_ctl epoll_wait);
+our @EXPORT_OK = qw(epoll_ctl epoll_wait);
 
 sub new { bless {}, $_[0] } # fd => events