]> Sergey Matveev's repositories - public-inbox.git/commit
t/eml.t: workaround newer Email::MIME* behavior
authorEric Wong <e@80x24.org>
Sun, 15 Nov 2020 08:56:09 +0000 (08:56 +0000)
committerEric Wong <e@80x24.org>
Sat, 26 Dec 2020 19:41:17 +0000 (19:41 +0000)
commit0366c73f20b436d4d5307a56c2b6ac93b115f23f
treea1867ba0df48524dadb391571be3f697504fb17e
parentbf14a3670da7235806740aa55bd7a7248327abf7
t/eml.t: workaround newer Email::MIME* behavior

Recent (2020) versions of Email::MIME (and/or dependencies)
have different behavior than historical versions which seem
to be less DWIM and perhaps technically more correct.  We'll
retain historical behavior for now, since it doesn't seem to
cause real problems and DWIM-ness is often required to make
sense of historical mail.

Tested on a FreeBSD 11.4 VM with the following packages:

p5-Email-MIME-1.949
p5-Email-MIME-ContentType-1.024_1
p5-Email-MIME-Encodings-1.315_2

(cherry picked from commit 5c4874309c4dd7aa8b9acd6bb97bd512360ab08a)
t/eml.t