]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
INSTALL: depend on Encode instead of Encode::MIME::Header
[public-inbox.git] / Makefile.PL
index b8576674f072d56496fab9c7c54a87fcf8ca4e88..eda7319230a031ab8815ed1367a84f21bf4b1711 100644 (file)
@@ -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