about summary refs log tree commit homepage
path: root/INSTALL
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-02-27 16:11:50 -0600
committerEric Wong <e@yhbt.net>2020-03-01 17:17:51 -0600
commit9dfddf147f4c8e45eae18d3684e9f60c8a631704 (patch)
treecf73cafe718edb5a861f798df6d5024fd3c3b2de /INSTALL
parent34f6873f6e38590a5edcfbe3ef8c1f15c22189a1 (diff)
downloadpublic-inbox-9dfddf147f4c8e45eae18d3684e9f60c8a631704.tar.gz
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).
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 7d14ca55..4f0217a3 100644
--- 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: