]> Sergey Matveev's repositories - public-inbox.git/commitdiff
INSTALL: document Danga::Socket dependency for nntpd
authorEric Wong <e@80x24.org>
Wed, 30 Sep 2015 21:00:22 +0000 (21:00 +0000)
committerEric Wong <e@80x24.org>
Wed, 30 Sep 2015 21:09:21 +0000 (21:09 +0000)
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.

INSTALL

diff --git a/INSTALL b/INSTALL
index 0e7203d539d633d972def0e5d7feead58fbbf345..a2d9fdc3c4f11cbd33d24e89859895804f6e8104 100644 (file)
--- 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
 ---------