]> Sergey Matveev's repositories - public-inbox.git/commitdiff
INSTALL: update for 1.3.0+, clarify IO::Compress
authorEric Wong <e@yhbt.net>
Thu, 27 Feb 2020 22:11:50 +0000 (16:11 -0600)
committerEric Wong <e@yhbt.net>
Sun, 1 Mar 2020 23:17:51 +0000 (17:17 -0600)
IO::Compress is required for v2 inboxes and overview
indices, after all, but it is often pulled in by
other packages (HTTP::Message via Plack::Test).

INSTALL

diff --git a/INSTALL b/INSTALL
index 7d14ca55cffcd86eab6c473db3d3a6d4eb037fd1..4f0217a311b641818956ff28fd3f45180a948e15 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -44,8 +44,8 @@ Beyond that, there is a long list of Perl modules required, starting with:
                                    rpm: perl-URI
                                    (for HTML/Atom generation)
 
-Plack and Date::Parse will be optional when v1.3.0 is released,
-but required for current and older releases:
+Plack and Date::Parse are optional as of public-inbox v1.3.0,
+but required for older releases:
 
 * Plack                            deb: libplack-perl
                                    pkg: p5-Plack
@@ -145,10 +145,10 @@ above, so there is no need to explicitly install them:
 - Filesys::Notify::KQueue          pkg: p5-Filesys-Notify-KQueue
                                    (for public-inbox-watch on FreeBSD)
 
-- IO::Compress::Gzip               deb: perl-modules (or libio-compress-perl)
+- IO::Compress (::Gzip)            deb: perl-modules (or libio-compress-perl)
                                    pkg: perl5
                                    rpm: perl-IO-Compress
-                                   (for gzipped mbox over HTTP)
+                                   (for gzipped mbox over HTTP, v2 format)
 
 Uncommonly needed modules: