diff options
Diffstat (limited to 'cpan/IO-Compress/Makefile.PL')
-rw-r--r-- | cpan/IO-Compress/Makefile.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/IO-Compress/Makefile.PL b/cpan/IO-Compress/Makefile.PL index 64cdd29dac..018e27bdc8 100644 --- a/cpan/IO-Compress/Makefile.PL +++ b/cpan/IO-Compress/Makefile.PL @@ -42,8 +42,8 @@ WriteMakefile( INSTALLDIRS => ($] >= 5.009 ? 'perl' : 'site'), ( - $] >= 5.009 && ! $ENV{PERL_CORE} - ? (INST_LIB => 'blib/arch') + $] >= 5.009 && $] <= 5.011001 && ! $ENV{PERL_CORE} + ? (INSTALLPRIVLIB => '$(INSTALLARCHLIB)') : () ), |