From 3a2c46e6f7bf650e69cf7c7b9e3d62843e6deab9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 13 Mar 2023 19:38:25 +0000 Subject: use v5.12 for various network client-side packages None of these are affected by the Perl unicode_strings feature, so they can `use v5.12' safely --- lib/PublicInbox/NetWriter.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/PublicInbox/NetWriter.pm') diff --git a/lib/PublicInbox/NetWriter.pm b/lib/PublicInbox/NetWriter.pm index 4a1f34f6..7917ef89 100644 --- a/lib/PublicInbox/NetWriter.pm +++ b/lib/PublicInbox/NetWriter.pm @@ -1,10 +1,9 @@ -# Copyright (C) 2021 all contributors +# Copyright (C) all contributors # License: AGPL-3.0+ # common writer code for IMAP (and later, JMAP) package PublicInbox::NetWriter; -use strict; -use v5.10.1; +use v5.12; use parent qw(PublicInbox::NetReader); use PublicInbox::Smsg; use PublicInbox::MsgTime qw(msg_timestamp); -- cgit v1.2.3-24-ge0c7