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. --- lib/PublicInbox/LEI.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/PublicInbox/LEI.pm') diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm index 93b4ea03..89aa4119 100644 --- a/lib/PublicInbox/LEI.pm +++ b/lib/PublicInbox/LEI.pm @@ -6,8 +6,7 @@ # local clients with read/write access to the FS and use as many # system resources as the local user has access to. package PublicInbox::LEI; -use strict; -use v5.10.1; +use v5.12; use parent qw(PublicInbox::DS PublicInbox::LeiExternal PublicInbox::LeiQuery); use Getopt::Long (); -- cgit v1.2.3-24-ge0c7