From fae9f1f5431aa73655f4f6655e4ef628dcc919d3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 13 Jul 2023 09:48:49 +0000 Subject: [PATCH] li2wrap: use Perl v5.12 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 204850a60..d4792b251 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 { -- 2.47.2