]> Sergey Matveev's repositories - public-inbox.git/commit
EmlContentFoo: relax Encode version requirement
authorEric Wong <e@yhbt.net>
Thu, 7 May 2020 21:05:52 +0000 (21:05 +0000)
committerEric Wong <e@yhbt.net>
Sat, 9 May 2020 08:59:10 +0000 (08:59 +0000)
commite2139e024c370e6c6443e92f3375717470d3c4ab
treebd3611667c4a2c4e216ef1d27cc08c6884ba4a7a
parent88645f747bd43c7fc374d8bfb908dab4e6028825
EmlContentFoo: relax Encode version requirement

We want to support Perl v5.10.1 out-of-the-box with minimal
download/installation time.  Installing Encode from CPAN
requires a compiler and lengthy build+install time.

So mimic find_mime_encoding() using what Perl v5.10.1 provides
out-of-the box.
Makefile.PL
lib/PublicInbox/EmlContentFoo.pm