about summary refs log tree commit homepage
path: root/lib/PublicInbox/Qspawn.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-01-06 11:51:39 +0000
committerEric Wong <e@80x24.org>2023-01-06 20:21:38 +0000
commit769980473c998566c038744a72804e4d38d2b8cc (patch)
tree1ceecc1e567cff27b645b2420acdefac82da3ab8 /lib/PublicInbox/Qspawn.pm
parent0ec1d189ea5657919662a5acb6bb70b6616c3584 (diff)
downloadpublic-inbox-769980473c998566c038744a72804e4d38d2b8cc.tar.gz
Another step towards making our startup performance faster.
Diffstat (limited to 'lib/PublicInbox/Qspawn.pm')
-rw-r--r--lib/PublicInbox/Qspawn.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/PublicInbox/Qspawn.pm b/lib/PublicInbox/Qspawn.pm
index f2beb4b2..c2d8fd73 100644
--- a/lib/PublicInbox/Qspawn.pm
+++ b/lib/PublicInbox/Qspawn.pm
@@ -25,8 +25,7 @@
 # processes such as git-apply(1).
 
 package PublicInbox::Qspawn;
-use strict;
-use v5.10.1;
+use v5.12;
 use PublicInbox::Spawn qw(popen_rd);
 use PublicInbox::GzipFilter;
 
@@ -332,8 +331,7 @@ sub psgi_return {
 }
 
 package PublicInbox::Qspawn::Limiter;
-use strict;
-use warnings;
+use v5.12;
 
 sub new {
         my ($class, $max) = @_;