]> Sergey Matveev's repositories - public-inbox.git/commitdiff
INSTALL: update for Perl 5.12 dependency and 2022
authorEric Wong <e@80x24.org>
Tue, 30 Aug 2022 09:10:23 +0000 (09:10 +0000)
committerEric Wong <e@80x24.org>
Tue, 30 Aug 2022 21:36:14 +0000 (21:36 +0000)
AFAIK, there's no new distro packages this year...

INSTALL

diff --git a/INSTALL b/INSTALL
index 0974028d0f73014bd8eb2e7c345441c0df3d6e28..aa9a502d8ac7ad7c64c85015c990ea8000c59b9c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -5,7 +5,7 @@ This is for folks who want to setup their own public-inbox instance.
 Clients should use normal git-clone/git-fetch, IMAP or NNTP clients
 if they want to import mail into their personal inboxes.
 
-As of 2021, public-inbox is packaged by several OS distributions,
+As of 2022, public-inbox is packaged by several OS distributions,
 listed in alphabetical order: Debian, GNU Guix, NixOS, and Void Linux.
 
 public-inbox is developed on Debian GNU/Linux systems and will
@@ -28,7 +28,7 @@ public-inbox requires a number of other packages to access its full
 functionality.  The core tools are, of course:
 
 * Git (1.8.0+, 2.6+ for writing v2 inboxes)
-* Perl 5.10.1+
+* Perl 5.12.0+
 * DBD::SQLite (needed for IMAP, NNTP, message threading, and v2 inboxes)
 
 To accept incoming mail into a public inbox, you'll likely want:
@@ -210,5 +210,5 @@ RPM-based distros split them out into separate packages:
 Copyright
 ---------
 
-Copyright 2013-2021 all contributors <meta@public-inbox.org>
+Copyright all contributors <meta@public-inbox.org>
 License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>