From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 35B351F9FD; Thu, 11 Mar 2021 20:34:57 +0000 (UTC) Date: Thu, 11 Mar 2021 16:34:56 -0400 From: Eric Wong To: meta@public-inbox.org Subject: [SQUASH] imapclient: disable workaround for Mail::IMAPClient 3.43+ Message-ID: References: <20210311104538.7743-1-e@80x24.org> <20210311104538.7743-6-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210311104538.7743-6-e@80x24.org> List-Id: Will squash this in to disable the 'once' warning diff --git a/lib/PublicInbox/IMAPClient.pm b/lib/PublicInbox/IMAPClient.pm index 945b10fa..56001517 100644 --- a/lib/PublicInbox/IMAPClient.pm +++ b/lib/PublicInbox/IMAPClient.pm @@ -13,6 +13,7 @@ use strict; use parent 'Mail::IMAPClient'; unless (eval('use Mail::IMAPClient 3.43')) { require Errno; +no warnings 'once'; # RFC4978 COMPRESS *compress = sub {