From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id CD6A31F4B4 for ; Sun, 17 Jan 2021 07:09:59 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] fixes for older Perls and Xapian Date: Sun, 17 Jan 2021 07:09:54 +0000 Message-Id: <20210117070959.16826-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Eric Wong (5): address: pairs: enable pure Perl version initialize scalar for `vec' perlop modification t/thread-index-gap: support older DBI t/shared_kv: workaround old File::Spec extindex: fix w/ Xapian 1.2.21..1.2.24 lib/PublicInbox/Address.pm | 1 + lib/PublicInbox/ExtSearchIdx.pm | 1 + lib/PublicInbox/LEI.pm | 2 +- lib/PublicInbox/SearchIdx.pm | 5 ++++- lib/PublicInbox/Syscall.pm | 2 +- lib/PublicInbox/V2Writable.pm | 12 ++++++++++-- t/shared_kv.t | 10 +++------- t/thread-index-gap.t | 7 +++++-- 8 files changed, 26 insertions(+), 14 deletions(-)