Undo the INST_LIB change from the Module-Pluggable upgrade
Steve Hay [Thu, 19 Mar 2009 16:38:53 +0000 (16:38 +0000)]
(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)

ext/Module-Pluggable/Makefile.PL

index 8509813..0548418 100644 (file)
@@ -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.