]> Sergey Matveev's repositories - public-inbox.git/commit
eml: fix undefined vars on <Perl 5.28
authorEric Wong <e@80x24.org>
Sat, 26 Dec 2020 12:25:42 +0000 (12:25 +0000)
committerEric Wong <e@80x24.org>
Sat, 26 Dec 2020 20:20:13 +0000 (20:20 +0000)
commitfdbd73069af6eed90030f97def61e669d8d0dc4c
treed3753ea438025f9fb2c1c4d82216a9a5cc320ca9
parente16e09b239b4d8bfd975e5d15be520f01c5da1f6
eml: fix undefined vars on <Perl 5.28

Encode::MIME::Header::_decode_octets did not correctly default
to Encode::FB_DEFAULT until Encode 2.93 (perl5.git commit
0c541dc5633a341cf44b818014b58e7f8be532e9).  Provide the default
again to work with older Perls.

Reported-by: Ali Alnubani <alialnu@nvidia.com>
Link: https://public-inbox.org/meta/DM6PR12MB49106F8E3BD697B63B943A22DADB0@DM6PR12MB4910.namprd12.prod.outlook.com/
Tested-by: Ali Alnubani <alialnu@nvidia.com>
(cherry picked from commit 46bd595f57cc3d425754b0d0770c125616e74448)
lib/PublicInbox/Eml.pm