]> Sergey Matveev's repositories - public-inbox.git/commit
t/precheck: remove Email::Simple->create from tests
authorEric Wong <e@yhbt.net>
Wed, 29 Apr 2020 11:14:43 +0000 (11:14 +0000)
committerEric Wong <e@yhbt.net>
Thu, 30 Apr 2020 07:34:00 +0000 (07:34 +0000)
commitd4507254cc1261c535e48994c99b1e3c7e1f3be2
tree9aa8f0fbd8b854790aa7c5b6cc42ea2e05aac65b
parent129c630a7ec3e100bba272631c3880b9beac9cef
t/precheck: remove Email::Simple->create from tests

It's likely we'll replace Email::Simple using our Email::MIME
alternative/replacement, as well.  So reduce the API surface we
interact with and make it easier to swap implementations.
t/precheck.t