]> Sergey Matveev's repositories - public-inbox.git/commitdiff
start depending on Perl 5.10.1+
authorEric Wong <e@80x24.org>
Wed, 17 Apr 2019 22:05:38 +0000 (22:05 +0000)
committerEric Wong <e@80x24.org>
Fri, 19 Apr 2019 23:57:21 +0000 (23:57 +0000)
I mainly want to start using the '//' (defined-or) operator to
simplify code, and Perl 5.10.1 is roughly a decade old at this
point.

"given/when" would've be nice, but it's future is in doubt AFAIK.

I also started using the 'parent' module in WwwHighlight, and
'autodie' in UserContent.pm, both of which were only distributed
with Perl since 5.10.1; and testing with ancient
versions/distros is time-consuming.

Anyways, I think this a small-enough jump to not break any
existing installations, given we already depend on fairly
recent versions of git and Xapian.

Maybe we can use more newish Perl features in the future...

INSTALL
lib/PublicInbox/WWW.pm

diff --git a/INSTALL b/INSTALL
index 9470d8348241356a12546ec4d2fea8105d3e9299..b22d848409c2b6e7c5518cd3274d5cb40b683123 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -22,7 +22,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 repositories)
-* Perl 5.8+
+* Perl 5.10.1+
 * SQLite (needed for Xapian use)
 
 To accept incoming mail into a public inbox, you'll likely want:
index 6e69001c4c4d78fa2e52fc851525c30bfd8f7a59..268c5b8c7de8e49872cb6333b869b5f3c3170fdb 100644 (file)
@@ -11,7 +11,7 @@
 # - Must not rely on static content
 # - UTF-8 is only for user-content, 7-bit US-ASCII for us
 package PublicInbox::WWW;
-use 5.008;
+use 5.010_001;
 use strict;
 use warnings;
 use bytes (); # only for bytes::length