]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
make Filesys::Notify::Simple optional
[public-inbox.git] / Makefile.PL
index 6b20385a56838708719ad44cea75ed3c2e523de9..94ec16c65fb16bc3c0433fe85e2b738e7c655a08 100644 (file)
@@ -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,