From: Eric Wong Date: Wed, 30 Sep 2015 21:00:22 +0000 (+0000) Subject: INSTALL: document Danga::Socket dependency for nntpd X-Git-Tag: v1.0.0~818 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=4f44d097e4aaa18a3c20c8da9af82088b7e80f8a;p=public-inbox.git INSTALL: document Danga::Socket dependency for nntpd We don't have something like CGI or Plack to build an NNTP server on top on, so we implemented one using Danga::Socket for epoll/kqueue abstraction. --- diff --git a/INSTALL b/INSTALL index 0e7203d5..a2d9fdc3 100644 --- a/INSTALL +++ b/INSTALL @@ -43,12 +43,14 @@ Optional modules: - IO::Compress::Gzip[3] libio-compress-perl - DBI[3] libdbi-perl - DBD::SQLite[3] libdbd-sqlite3-perl + - Danga::Socket[4] libdanga-socket-perl [1] - Only required for serving/generating Atom and HTML pages. [2] - Keep in mind this will be split into a separate Debian package when CGI.pm is dropped from the Perl standard library. Plack/PSGI and mod_perl2 are both supported. [3] - Optional for HTML web interface and NNTP server +[4] - Optional for NNTP server Copyright ---------