From c9faf7cd4b0dc0c0e635a05fc75ae137cca40a79 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 8 May 2019 02:47:20 +0000 Subject: INSTALL: depend on Encode instead of Encode::MIME::Header Email::MIME uses Encode::MIME::Header and depends on that appropriately; however we depend on other parts of the Encode distribution, but that's bundled with Perl by upstream, anyways; and should place no additional burden on users. --- Makefile.PL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index b8576674..eda73192 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,8 +34,9 @@ WriteMakefile( 'Email::MIME::ContentType' => 0, 'Email::Simple' => 0, - # "libencode-perl" on Debian, `perl5' on FreeBSD - 'Encode::MIME::Header' => 0, + # libperl$PERL_VERSION or libencode-perl on Debian, + # `perl5' on FreeBSD + 'Encode' => 0, # libperl$PERL_VERSION on Debian, `perl5' on FreeBSD, # but Fedora seems to need this separately -- cgit v1.2.3-24-ge0c7