]> Sergey Matveev's repositories - public-inbox.git/blobdiff - INSTALL
INSTALL: note Plack and URI::Escape are required at the moment
[public-inbox.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 87aa696170d258f12ef01fa2f1e8bd8e1de42c27..3fe0e4f270a13220603a2cece4537c27b873d748 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -37,18 +37,22 @@ Beyond that, there is a long list of Perl modules required, starting with:
 * Encode::MIME::Header          deb: libencode-perl
                                 rpm: perl-Encode
 
+* Plack                         deb: libplack-perl
+                                rpm: perl-Plack, perl-Plack-Test,
+                                (for HTML/Atom generation)
+
+* URI::Escape                   deb: liburi-perl
+                                rpm: perl-URI
+                                (for HTML/Atom generation)
+
 Where "deb" indicates package names for Debian-derived distributions and
 "rpm" is for RPM-based distributions (only known to work on Fedora).
 
 Numerous optional modules are likely to be useful as well:
 
-  - Plack                      deb: libplack-perl
-                               rpm: perl-Plack, perl-Plack-Test,
-                               (for HTML/Atom generation)
-
-  - URI::Escape                deb: liburi-perl
-                               rpm: perl-URI
-                               (for HTML/Atom generation)
+  - Socket6                    deb: libsocket6-perl
+                               rpm: perl-Socket6
+                               (for IPv6 support)
 
   - Search::Xapian             deb: libsearch-xapian-perl
                                rpm: perl-Search-Xapian
@@ -98,12 +102,10 @@ Numerous optional modules are likely to be useful as well:
 
 On Fedora systems, you'll probably also end up wanting
 perl-Test-HTTP-Server-Simple, perl-Devel-Peek, and perl-IPC-Run to run the
-test suite.  On Debian systems, libxml-feed-perl and libipc-run-perl(*)
+test suite.  On Debian systems, libxml-feed-perl and libipc-run-perl
 will aid in running the test suite (XML::Feed and IPC::Run respectively,
 on CPAN).
 
-(*) we hope to drop this dependency someday
-
 standard MakeMaker installation (Perl)
 --------------------------------------