From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: 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.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 700671FAF4; Sun, 12 Feb 2017 02:42:30 +0000 (UTC) Date: Sun, 12 Feb 2017 02:42:30 +0000 From: Eric Wong To: meta@public-inbox.org Subject: [PATCH v2] t/mime: quiet warnings for old versions of Email::Simple Message-ID: <20170212024230.GA21356@starla> References: <20170212020817.28143-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170212020817.28143-1-e@80x24.org> List-Id: This is fixed in the newest versions of Email::Simple, but not the version in Debian jessie (2.203) --- v1 actually broke the intent of the test :x t/mime.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/mime.t b/t/mime.t index c4bdcf0..b0e2290 100644 --- a/t/mime.t +++ b/t/mime.t @@ -8,6 +8,7 @@ use Test::More; use_ok 'PublicInbox::MIME'; use PublicInbox::MsgIter; +local $SIG{__WARN__} = sub {}; my $msg = PublicInbox::MIME->new( 'From: Richard Hansen To: git@vger.kernel.org -- EW