From: Steve Hay Date: Thu, 19 Mar 2009 16:38:53 +0000 (+0000) Subject: Undo the INST_LIB change from the Module-Pluggable upgrade X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4a28828fc8f160c18323be1125f0f8473bcd000f;p=p5sagit%2Fp5-mst-13.2.git Undo the INST_LIB change from the Module-Pluggable upgrade (a0df7637f63b4239ab2bce3bc377d52a3e09cb02) The addition of this INST_LIB line causes the Module-Pluggable modules to not end up in my perl's lib folder when building the core perl. (It tries to copy them into blib\arch instead of ../../lib) --- diff --git a/ext/Module-Pluggable/Makefile.PL b/ext/Module-Pluggable/Makefile.PL index 8509813..0548418 100644 --- a/ext/Module-Pluggable/Makefile.PL +++ b/ext/Module-Pluggable/Makefile.PL @@ -41,7 +41,6 @@ WriteMakefile }, 'EXE_FILES' => [], 'INSTALLDIRS' => ($] >= 5.008009) ? "perl" : "site", - 'INST_LIB' => ($] >= 5.008009) ? 'blib/arch' : 'blib/lib', 'PL_FILES' => {}, 'realclean' => {FILES=> join ' ', @files}, # In the core pods will be built by installman.