]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
lei_up: use v5.12
authorEric Wong <e@80x24.org>
Thu, 9 Nov 2023 10:09:37 +0000 (10:09 +0000)
committerEric Wong <e@80x24.org>
Thu, 9 Nov 2023 21:53:48 +0000 (21:53 +0000)
No unicode_strings dependencies here, AFAIK

lib/PublicInbox/LeiUp.pm

index 0faa180d98284fd967cb3dc734e93cdc91dec205..9931f01724c8ac3374d43905ebed18bc2369677a 100644 (file)
@@ -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) = @_;