about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 3492d965..6b20385a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -127,8 +127,14 @@ WriteMakefile(
                 # `perl5' on FreeBSD
                 'Encode' => 0,
 
-                # TODO: these should really be made optional...
-                'Plack' => 0,
+                # Plack is needed for public-inbox-httpd and PublicInbox::WWW
+                # 'Plack' => 0,
+
+                # Filesys::Notify::Simple is pulled in by Plack, but also
+                # needed by public-inbox-watch (for now)
+                'Filesys::Notify::Simple' => 0,
+
+                # TODO: this should really be made optional...
                 'URI::Escape' => 0,
 
                 # We have more test dependencies, but do not force