From d1fd2feb587b34d66227a6cb4f9c8b930812ddbf Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 23 Apr 2022 22:03:41 +0000 Subject: lei: move to v5.12 to avoid "use strict" Socket.pm still loads strict.pm, unfortunately, which hurts startup time; but we'll save some LoC this way. --- script/lei | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'script/lei') diff --git a/script/lei b/script/lei index adef9944..5feb7751 100755 --- a/script/lei +++ b/script/lei @@ -1,8 +1,7 @@ #!perl -w # Copyright (C) all contributors # License: AGPL-3.0+ -use strict; -use v5.10.1; +use v5.12; use Socket qw(AF_UNIX SOCK_SEQPACKET MSG_EOR pack_sockaddr_un); use PublicInbox::CmdIPC4; my $narg = 5; -- cgit v1.2.3-24-ge0c7