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 3759A1F4B4 for ; Wed, 3 Feb 2021 21:51:44 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] doc and dependency updates Date: Wed, 3 Feb 2021 15:51:40 -0600 Message-Id: <20210203215144.21535-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: While public-inbox is pretty limited without SQLite, we still support it for v1. There's no reason to shy away from standard library dependencies that are bundled with upstream Perl 5.10.1+, either. Eric Wong (4): HACKING: use "just-ahead-of-time" to describe Inline::C spawn: merge common C code together doc: update dependencies (+Storable, Data::Dumper) tests: guard against missing DBD::SQLite HACKING | 31 +++++++- INSTALL | 69 +++++------------- Makefile.PL | 17 ++--- lib/PublicInbox/Config.pm | 2 +- lib/PublicInbox/Inbox.pm | 2 +- lib/PublicInbox/LeiDedupe.pm | 8 +- lib/PublicInbox/Spawn.pm | 137 +++++++++++++++++------------------ t/extsearch.t | 2 +- t/lei_overview.t | 1 + t/lei_xsearch.t | 2 +- t/shared_kv.t | 1 + 11 files changed, 131 insertions(+), 141 deletions(-)