Brian Ingerson wrote:
> NOTE: Currently, you'll need to use 'Inline::MakeMaker' instead of
> ExtUtils::MakeMaker in each Makefile.PL in the hierarchy. This may
> change. I'm still not 100% complete with this patch. Stay tuned.

My application has about 20 or so Perl modules in the heirarchy.  Two
of them use Inline now, instead of XS.  I changed all the
ExtUtils::MakeMaker
lines in the Makefile.PL files to Inline::MakeMaker, and now it
appears that the Inline files are processed for each of the 20-odd modules,
not just once for each of the two that actually use Inline.

When I do "perl Makefile.PL", "make", "make test", and "make install",
what used to be a one-minute process now takes over ten minutes.
Is there anything I can do to speed this up?

Thanks,

Brett Denner

-- 
 Brett W. Denner                    Lockheed Martin Aeronautics Co.
 email: [EMAIL PROTECTED]     PO Box 748, MZ 9332
 phone: 817-935-1144                Fort Worth, TX 76101
 fax:   817-935-1212

Reply via email to