about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-30 21:00:22 +0000
committerEric Wong <e@80x24.org>2015-09-30 21:09:21 +0000
commit4f44d097e4aaa18a3c20c8da9af82088b7e80f8a (patch)
tree43dbda91661391ebbe1c5ea3b92d92d7fc20a978
parent33f88a4d262333bb49e7a41254872f0d41042187 (diff)
downloadpublic-inbox-4f44d097e4aaa18a3c20c8da9af82088b7e80f8a.tar.gz
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.
-rw-r--r--INSTALL2
1 files changed, 2 insertions, 0 deletions
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
 ---------