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 <[email protected]>
To: [email protected]
--
EW