From e2139e024c370e6c6443e92f3375717470d3c4ab Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 7 May 2020 21:05:52 +0000 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 27bb112c..59345edb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -130,7 +130,7 @@ WriteMakefile( # libperl$PERL_VERSION or libencode-perl on Debian, # `perl5' on FreeBSD - 'Encode' => 0, + 'Encode' => 2.35, # 2.35 shipped with 5.10.1 # libperl$PERL_VERSION + perl-modules-$PERL_VERSION 'Compress::Raw::Zlib' => 0, -- cgit v1.2.3-24-ge0c7