From: Eric Wong Date: Fri, 10 Jan 2020 08:49:31 +0000 (+0000) Subject: make Plack optional for non-WWW and non-httpd users X-Git-Tag: v1.3.0~117 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=62f28026e624ed30d620063a0fa92cbedb7f6673;hp=62f28026e624ed30d620063a0fa92cbedb7f6673;p=public-inbox.git make Plack optional for non-WWW and non-httpd users Some users just want to run -mda, -watch, and/or -nntpd. Let them run just those without forcing them to pull in a bunch of dependencies. ---