Re: make disttest issues

2003-03-24 Thread Michael G Schwern
On Sun, Mar 23, 2003 at 09:19:04AM -0600, Ken Williams wrote: anyway, I noticed the other day that the disttest target seems to have an issue - at least for one of the ways that Apache::Test lets you use it. given $ perl Makefile.PL -apxs /usr/local/apache2/bin/apxs disttest

Re: make disttest issues

2003-03-24 Thread Geoffrey Young
I wasn't aware that 'make disttest' was supposed to add any other arguments to its 'perl Makefile.PL'. Is that documented somewhere? Ahh, of course! disttest, simulating what happens when you distribute your module, shouldn't pass through your local command line options. Unless someone has

Re: make disttest issues

2003-03-24 Thread Geoffrey Young
Ideally, Makefile.PLs should be able to run without any extra args or user interaction taking at least sensible defaults. Shouldn't it be able to scan around a few likely locations for your Apache directory? At the very least, you can fall back to an environment variable. yeah, the appropriate

Re: make disttest issues

2003-03-23 Thread Michael G Schwern
On Fri, Mar 21, 2003 at 03:26:26PM -0500, Geoffrey Young wrote: anyway, I noticed the other day that the disttest target seems to have an issue - at least for one of the ways that Apache::Test lets you use it. given $ perl Makefile.PL -apxs /usr/local/apache2/bin/apxs disttest

Re: make disttest issues

2003-03-23 Thread Ken Williams
On Friday, March 21, 2003, at 02:26 PM, Geoffrey Young wrote: hi all... I didn't realize that such a list existed, but it's a much better place to post my, um, feature report than p5p :) appologies if I'm posting to the wrong place. anyway, I noticed the other day that the disttest

Re: make disttest issues

2003-03-23 Thread Ken Williams
On Sunday, March 23, 2003, at 02:17 PM, Michael G Schwern wrote: On Sun, Mar 23, 2003 at 09:19:04AM -0600, Ken Williams wrote: anyway, I noticed the other day that the disttest target seems to have an issue - at least for one of the ways that Apache::Test lets you use it. given $ perl