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/Spawn.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/Spawn.pm') diff --git a/lib/PublicInbox/Spawn.pm b/lib/PublicInbox/Spawn.pm index 137b8087..3f69108a 100644 --- a/lib/PublicInbox/Spawn.pm +++ b/lib/PublicInbox/Spawn.pm @@ -15,7 +15,7 @@ # We don't want too many DSOs: https://udrepper.livejournal.com/8790.html package PublicInbox::Spawn; -use strict; +use v5.12; use parent qw(Exporter); use Symbol qw(gensym); use Fcntl qw(LOCK_EX SEEK_SET); -- cgit v1.2.3-24-ge0c7