]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Spawn.pm
lei: move to v5.12 to avoid "use strict"
[public-inbox.git] / lib / PublicInbox / Spawn.pm
index 137b80878a35bced4a0735542908190d3dce1d92..3f69108a094d3dc1e61aa667927edbdf232ec7f9 100644 (file)
@@ -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);