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.PL2
1 files changed, 1 insertions, 1 deletions
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,