about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiAuth.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-10-17 23:38:12 +0000
committerEric Wong <e@80x24.org>2023-10-18 20:50:41 +0000
commit8f11845973bf902fe415af1de30d2a512a9cf9ff (patch)
treee91394a822e8ef28dab832cd6eb9ca4d272f2cfc /lib/PublicInbox/LeiAuth.pm
parente015c3742f917278c8641761fc11b82fcd857ccf (diff)
downloadpublic-inbox-8f11845973bf902fe415af1de30d2a512a9cf9ff.tar.gz
There's nothing affected by the `unicode_strings' feature, so
it's safe to use v5.12, here.
Diffstat (limited to 'lib/PublicInbox/LeiAuth.pm')
-rw-r--r--lib/PublicInbox/LeiAuth.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/PublicInbox/LeiAuth.pm b/lib/PublicInbox/LeiAuth.pm
index 76a4410d..020dd125 100644
--- a/lib/PublicInbox/LeiAuth.pm
+++ b/lib/PublicInbox/LeiAuth.pm
@@ -1,8 +1,8 @@
-# Copyright (C) 2021 all contributors <meta@public-inbox.org>
+# Copyright (C) all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
 # Authentication worker for anything that needs auth for read/write IMAP
-# (eventually for read-only NNTP access)
+# and read-only NNTP access
 #
 # timelines
 # lei-daemon              |  LeiAuth worker #0      | other WQ workers
@@ -22,8 +22,7 @@
 #                         |
 # call net_merge_all_done ->-> do per-WQ-class defined actions
 package PublicInbox::LeiAuth;
-use strict;
-use v5.10.1;
+use v5.12;
 
 sub do_auth_atfork { # used by IPC WQ workers
         my ($self, $wq) = @_;