diff options
Diffstat (limited to 'ext/Compress/Zlib/Makefile.PL')
-rwxr-xr-x | ext/Compress/Zlib/Makefile.PL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/Compress/Zlib/Makefile.PL b/ext/Compress/Zlib/Makefile.PL index f09008e663..5c7e838e00 100755 --- a/ext/Compress/Zlib/Makefile.PL +++ b/ext/Compress/Zlib/Makefile.PL @@ -3,7 +3,7 @@ use strict ; require 5.004 ; -$::VERSION = '2.005' ; +$::VERSION = '2.006' ; use private::MakeUtil; use ExtUtils::MakeMaker 5.16 ; @@ -43,6 +43,8 @@ WriteMakefile( : () ), + INSTALLDIRS => ($] >= 5.009 ? 'perl' : 'site'), + ((ExtUtils::MakeMaker->VERSION() gt '6.30') ? ('LICENSE' => 'perl') : ()), |