From b2b1006759730507731fcd3fc3e0de68239e3b92 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 27 Jun 2020 10:03:36 +0000 Subject: watch: remove Filesys::Notify::Simple dependency Since we already use inotify and EVFILT_VNODE (kqueue) in -imapd, we might as well use them directly in -watch, too. This will allow public-inbox-watch to use PublicInbox::DS for timers to watch newsgroups/mailboxes and have saner signal handling in future commits. --- MANIFEST | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 9d1a4e4a..035c45bf 100644 --- a/MANIFEST +++ b/MANIFEST @@ -106,6 +106,7 @@ lib/PublicInbox/DS.pm lib/PublicInbox/DSKQXS.pm lib/PublicInbox/DSPoll.pm lib/PublicInbox/Daemon.pm +lib/PublicInbox/DirIdle.pm lib/PublicInbox/DummyInbox.pm lib/PublicInbox/Emergency.pm lib/PublicInbox/Eml.pm @@ -243,6 +244,7 @@ t/content_hash.t t/convert-compact.t t/data/0001.patch t/data/message_embed.eml +t/dir_idle.t t/ds-kqxs.t t/ds-leak.t t/ds-poll.t -- cgit v1.2.3-24-ge0c7