about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 3 insertions, 2 deletions
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