Re: Dynamic prerequisite installation

2010-03-04 Thread David Cantrell
On Wed, Mar 03, 2010 at 10:28:46PM -0800, cr...@animalhead.com wrote: > Here is the Makefile.PL that I've worked up so far. Note the question > in the middle. Then please read on below the listing. > -- > > my @enginePrereq = (); > my @JS

Re: Dynamic prerequisite installation

2010-03-04 Thread David Golden
On Thu, Mar 4, 2010 at 1:28 AM, wrote: > as I've done in Makefile.PL below, and use what's available.  It's > dynamically installing a module that I'm sending this to ask about. You don't need to dynamically install a module. You just need to dynamically create the PREREQ_PM. Then, assuming y