]> 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>
Sun, 15 Nov 2020 23:32:28 +0000 (23:32 +0000)
commit5c4874309c4dd7aa8b9acd6bb97bd512360ab08a
treede7c0230356dc93b6ced475e7993eca6b7482698
parent7d42724e82c9e0ecfa07154c7a56e7f21e53e62f
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
t/eml.t