about summary refs log tree commit homepage
path: root/lib/PublicInbox
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-11-09 10:09:37 +0000
committerEric Wong <e@80x24.org>2023-11-09 21:53:48 +0000
commit51360efcebe397793cccb6a8bc31e03158c6551e (patch)
treef89c1b31a7f80139c7a7f2f6e69d757d221680d0 /lib/PublicInbox
parent857e38759c5f71b119d518469278e3bccfa5352a (diff)
downloadpublic-inbox-51360efcebe397793cccb6a8bc31e03158c6551e.tar.gz
No unicode_strings dependencies here, AFAIK
Diffstat (limited to 'lib/PublicInbox')
-rw-r--r--lib/PublicInbox/LeiUp.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/PublicInbox/LeiUp.pm b/lib/PublicInbox/LeiUp.pm
index 0faa180d..9931f017 100644
--- a/lib/PublicInbox/LeiUp.pm
+++ b/lib/PublicInbox/LeiUp.pm
@@ -3,8 +3,7 @@
 
 # "lei up" - updates the result of "lei q --save"
 package PublicInbox::LeiUp;
-use strict;
-use v5.10.1;
+use v5.12;
 # n.b. we use LeiInput to setup IMAP auth
 use parent qw(PublicInbox::IPC PublicInbox::LeiInput);
 use PublicInbox::LeiSavedSearch; # OverIdx
@@ -174,8 +173,7 @@ no warnings 'once';
 *ipc_atfork_child = \&PublicInbox::LeiInput::input_only_atfork_child;
 
 package PublicInbox::LeiUp1; # for redispatch_all
-use strict;
-use v5.10.1;
+use v5.12;
 
 sub nxt ($$$) {
         my ($lei, $out, $op_p) = @_;