From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 3AF4C1F545 for ; Thu, 13 Jul 2023 09:48:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1689241736; bh=dVTSXQxLAEynpb68oJbbW9EWbOV6AlvY1N5WBvXCqAA=; h=From:To:Subject:Date:From; b=0R9IyucXWWkrOIJtvE44F2zT3XgWcTDuwsEEGSB4j1E8lK/WO+hBFwXtgeqXFomet 4Z/gl8vB3Y3ze5INGWfXVDN0EpBe2hVFaFuPCe0e+8rkK8OCx6DmbmvzgJeuYddIVx QL95exmXFau2uf6TsqTWXrOa9x/EMFyAdOdkKzc8= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] li2wrap: use Perl v5.12 Date: Thu, 13 Jul 2023 09:48:49 +0000 Message-ID: <20230713094849.18651-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: No sense in leaving strictness off here, and it's not affected by the `unicode_strings' feature. --- lib/PublicInbox/LI2Wrap.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/LI2Wrap.pm b/lib/PublicInbox/LI2Wrap.pm index 204850a6..d4792b25 100644 --- a/lib/PublicInbox/LI2Wrap.pm +++ b/lib/PublicInbox/LI2Wrap.pm @@ -5,7 +5,7 @@ # Remove this when supported LTS/enterprise distros are all # Linux::Inotify2 >= 2.3 package PublicInbox::LI2Wrap; -use v5.10.1; +use v5.12; our @ISA = qw(Linux::Inotify2); sub wrapclose {