Subject: | please add MakeMaker user-level compatibility |
It's exceedingly frustrating that Module::Build breaks the conventions of MakeMaker installations. I was first surprised that the PREFIX parameter is not supported, then even more surprised that there is no simple way to get the same effect. Since I have a collection of modules in my personal MakeMaker-style tree, it looks like I will have to create a second tree for Module::Build modules and put them both in my PERL5LIB. When I install a module, I will have to figure out which build system it uses and remember which parameters to use.
Is there any hope for a simpler outcome?