Passing MakeMaker args to Makefile.PL in subdirectory

2007-11-02 Thread Matisse Enzer
I'm not sure if this is problem specific to XML::Parser, but, here it is: XM::Parser distro has: Makefile.PL Expat/ Makefile.PL and the top-level Makefile.PL has: WriteMakefile( NAME => 'XML::Parser', DIR => [qw(Expat)],

Re: Passing MakeMaker args to Makefile.PL in subdirectory

2007-11-02 Thread Matisse Enzer
Variation on the problem I originally posted Instead of passing something when I run Makefile.PL to alter CCFLAGS in a lower-level Makefile.PL it turns out what i want to do is to pass something to Makefile.PL that *appends* to the LD value in the lower-level Makefile.PL For example,