Rafael Garcia-Suarez wrote: >> I see two strategies: >> >> 1) Copy ext/ExtUtils-MakeMaker/lib/ into lib/ at some point early in the >> build >> process. >> >> 2) Jigger the ext/ build process so MakeMaker gets built first and installed >> into lib/ > > The first option looks more feasible, since the copying into lib is done > via Makemaker-generated makefiles anyway. (IIRC)
This should be all that is necessary: cp -r ext/ExtUtils-MakeMaker/lib/* lib/ Just need to know where to put it. -- We do what we must because we can. For the good of all of us, Except the ones who are dead. -- Jonathan Coulton, "Still Alive"