On 29/10/02 13:33 -0800, James Michael DuPont wrote: > > --- James Michael DuPont <[EMAIL PROTECTED]> wrote: > > Everything is possible with CPAN::MakeMaker!!! > > > > Brian, I have been experimenting with the prefixes, > > everything is happy, except my configuration directory. > > > > I will need to add a new install target into the > > makefile to say something like this: > > > > I had to ditch ExtTools::MakeMaker and CPAN::MakeMaker to get this to > work. I generated the makefiles and modified them manually to do what > it should do. It is very difficult to debug the makefile, because I > don't know what section of the code was responsable for generating what > makefile section.
I think there should be a way to do what you want with CP::MM. I mean, not at the moment, but in the future. I think it would be neat to supply an API that would expose the Makefile as an object and let you tweak it. Give me some time to think about it. Cheers, Brian