2009/2/24 Michael G Schwern <schw...@pobox.com>: > 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/
On Unixes, yes, mostly (modulo timestamps and permissions, and whatever ExtUtils::Install does).