From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 61F871F885 for ; Fri, 10 Jan 2020 08:49:32 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] Plack and Filesys::Notify::Simple are optional Date: Fri, 10 Jan 2020 08:49:30 +0000 Message-Id: <20200110084932.20955-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Not everybody cares for web interfaces or watching Maildirs. Increase the flexibility of the installation by making these optional so (nntpd|mda)-only installations can be a thing. Eric Wong (2): make Plack optional for non-WWW and non-httpd users make Filesys::Notify::Simple optional INSTALL | 10 +++++----- Makefile.PL | 10 ++++++++-- ci/deps.perl | 10 +++++----- lib/PublicInbox/WatchMaildir.pm | 3 ++- script/public-inbox-httpd | 15 +++++++++------ script/public-inbox.cgi | 15 +++++++++------ t/cgi.t | 1 + t/httpd-https.t | 2 +- t/psgi_attach.t | 6 ++---- t/psgi_bad_mids.t | 4 ++-- t/psgi_mount.t | 17 ++++++++--------- t/psgi_multipart_not.t | 2 +- t/psgi_search.t | 2 +- t/psgi_text.t | 5 ++--- t/psgi_v2.t | 2 +- t/solver_git.t | 2 +- t/view.t | 3 ++- xt/mem-msgview.t | 3 +-- xt/perf-msgview.t | 2 +- xt/solver.t | 2 +- 20 files changed, 63 insertions(+), 53 deletions(-)