about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-01-10 08:49:32 +0000
committerEric Wong <e@yhbt.net>2020-01-11 21:16:31 +0000
commitab2b0607f05904866784684603c4a1f5c13c1e80 (patch)
tree6c6459f200c044a93410801536234e81b4c18a3f /Makefile.PL
parent62f28026e624ed30d620063a0fa92cbedb7f6673 (diff)
downloadpublic-inbox-ab2b0607f05904866784684603c4a1f5c13c1e80.tar.gz
It's only used by us in public-inbox-watch, and maybe not
for long.  It's in most installations because Plack pulls it
in though, but Plack is no longer required.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 6b20385a..94ec16c6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -132,7 +132,7 @@ WriteMakefile(
 
                 # Filesys::Notify::Simple is pulled in by Plack, but also
                 # needed by public-inbox-watch (for now)
-                'Filesys::Notify::Simple' => 0,
+                # 'Filesys::Notify::Simple' => 0,
 
                 # TODO: this should really be made optional...
                 'URI::Escape' => 0,