From: Eric Wong Date: Sat, 16 Nov 2024 07:09:48 +0000 (+0000) Subject: index: use v5.12, remove outdated comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc3e76f877ee8b16183e53ef0552a3316c1e4748;p=thirdparty%2Fpublic-inbox.git index: use v5.12, remove outdated comment There's no unicode_strings-dependent code in this script, so v5.12 is safe. The comment about libeatmydata shouldn't be necessary for -index any longer since we support --no-fsync nowadays and Xapian 1.4+ is fairly widespread. --- diff --git a/script/public-inbox-index b/script/public-inbox-index index a13e44bf7..82baa7b48 100755 --- a/script/public-inbox-index +++ b/script/public-inbox-index @@ -1,12 +1,9 @@ #!perl -w -# Copyright (C) 2015-2021 all contributors +# Copyright (C) all contributors # License: AGPL-3.0+ # Basic tool to create a Xapian search index for a public-inbox. -# Usage with libeatmydata -# highly recommended: eatmydata public-inbox-index INBOX_DIR -use strict; -use v5.10.1; +use v5.12; use Getopt::Long qw(:config gnu_getopt no_ignore_case auto_abbrev); my $help = <