On Fri, 29 Mar 2002, Jim Helm wrote: > (Hi, I posted this to the regular list a few days ago, and didn't get > any response, so maybe it was more suited to this audience... ) > > Ok, this is pretty long, but I was trying to make sure I included > everything relevant to the problem. > > Is there a simple answer to getting 'make test' for mod_perl to work > when all extra perl modules are in a custom location?
Try this patch: --- Makefile.PL.bak Sat Mar 30 07:43:43 2002 +++ Makefile.PL Sat Mar 30 07:44:31 2002 @@ -1516,7 +1516,7 @@ rehttpd: kill_httpd start_httpd run_tests: - $(FULLPERL) $(MP_TEST_SCRIPT) $(TEST_VERBOSE) + $(PERL5LIB) $(FULLPERL) $(MP_TEST_SCRIPT) $(TEST_VERBOSE) ), --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
