]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
lei_auth: update comments and use v5.12
authorEric Wong <e@80x24.org>
Tue, 17 Oct 2023 23:38:12 +0000 (23:38 +0000)
committerEric Wong <e@80x24.org>
Wed, 18 Oct 2023 20:50:41 +0000 (20:50 +0000)
There's nothing affected by the `unicode_strings' feature, so
it's safe to use v5.12, here.

lib/PublicInbox/LeiAuth.pm

index 76a4410d4ce3e7540ff95b10691553a78594b5c6..020dd125ab59c9a072652bed1d8c5b5c640ac1c7 100644 (file)
@@ -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) = @_;