about summary refs log tree commit homepage
path: root/lib/PublicInbox
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-11-28 05:32:00 +0000
committerEric Wong <e@80x24.org>2022-11-28 23:38:57 +0000
commitb5b4e2de2d6949d588e6521ef25d4a01ab3a878b (patch)
tree5cf1fa94993c9846c177888d5db14d1369a6e0cb /lib/PublicInbox
parent9e8f3256e5891841094f43e684b4a5b420bdb7ab (diff)
downloadpublic-inbox-b5b4e2de2d6949d588e6521ef25d4a01ab3a878b.tar.gz
Another tiny step towards improved startup performance by
avoiding one .pm file.
Diffstat (limited to 'lib/PublicInbox')
-rw-r--r--lib/PublicInbox/Fetch.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/PublicInbox/Fetch.pm b/lib/PublicInbox/Fetch.pm
index 3dbb0b55..d75e427b 100644
--- a/lib/PublicInbox/Fetch.pm
+++ b/lib/PublicInbox/Fetch.pm
@@ -2,8 +2,7 @@
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 # Wrapper to "git fetch" remote public-inboxes
 package PublicInbox::Fetch;
-use strict;
-use v5.10.1;
+use v5.12;
 use parent qw(PublicInbox::IPC);
 use URI ();
 use PublicInbox::Spawn qw(popen_rd run_die spawn);