From ab2b0607f05904866784684603c4a1f5c13c1e80 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 10 Jan 2020 08:49:32 +0000 Subject: make Filesys::Notify::Simple optional 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. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') 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, -- cgit v1.2.3-24-ge0c7