On Wed, 3 Oct 2001, Stas Bekman wrote: > If I put foo/Makefile.PL into the root of the modperl-2.0, it gets > automatically executed with the same args at the top Makefile.PL and all > the make calls are automatically propogated there as well, now I cannot > figure out why if I put the Makefile.PL not on the first level but > somewhat deeper, this exact thing doesn't happen. > > I've created modperl-2.0/docs/src/api/mod_perl-2.0/Makefile.PL. How do I > make it a part of the automatic build? > > It seems that the magic is in the MakeMaker and not mod_perl, since I > cannot find any leads in the mod_perl code. > > Thanks.
Would giving WriteMakefile() a DIR attribute (an array ref of subdirectories containing Makefile.PLs) work? best regards, randy kobes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
