recursive make test

2001-10-05 Thread Stas Bekman
Currently, Makefile.PL makes sure that 'make' puts all the files from sub-dir Makefile.PL's under the same top blib, but it ignores 'make test' in sub dirs? How should we handle this? For example there are a few tests for Apache::Test. I think this because I'm not sure whether I should add tes

Re: a few porting from 1.x issues.

2001-10-05 Thread Stas Bekman
[CC'ing Matt, in case here is not on the list] Doug MacEachern wrote: > On Sat, 6 Oct 2001, Stas Bekman wrote: > > >>As I go with Apache::Registry I'm playing with stuff from 1.x, and see >>some problems. Let me know whether these should be fixed==implemented >>or fixed==compat, ignored, docum

Re: a few porting from 1.x issues.

2001-10-05 Thread Doug MacEachern
On Sat, 6 Oct 2001, Stas Bekman wrote: > As I go with Apache::Registry I'm playing with stuff from 1.x, and see > some problems. Let me know whether these should be fixed==implemented > or fixed==compat, ignored, documented. > > Trying Apache::Reload: > > - PerlInitHandler doesn't exist. I've u

Re: ParseSource etc.

2001-10-05 Thread Doug MacEachern
On Fri, 5 Oct 2001, Gerald Richter wrote: > I've done so, but it's hard work to get all the details right, so it's still > under construction, also the results already comes very close to the tables > in the CVS. great!! > There is one issue I like to get some feedback before continuing. C::S

Re: [Patch] Apache->module() (take 2)

2001-10-05 Thread Doug MacEachern
looks great, i will test/apply later today or tommorrow once i'm caught up with some other things. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Patch] Apache->module()

2001-10-05 Thread Doug MacEachern
On Thu, 4 Oct 2001, Philippe M . Chiasson wrote: > Okay, it sure makes sense to _really_ check in @INC, it's just quite complicated > compared to checking the stash. One question about that stuff. Why isn't there > a generic function somwehre in perl to convert Perl package name to a filename

Re: back to the ./t/TEST -d issue

2001-10-05 Thread Doug MacEachern
On Thu, 4 Oct 2001, Stas Bekman wrote: > OK, I've looked more into it, here are the two problems: > > 1. it's impossible to gain control over gdb, since it's started via fork > ("|bash), I've no idea how does it work for you (you said you can Ctrl-C it) so it is set_ulimit() that is breaking

a few porting from 1.x issues.

2001-10-05 Thread Stas Bekman
As I go with Apache::Registry I'm playing with stuff from 1.x, and see some problems. Let me know whether these should be fixed==implemented or fixed==compat, ignored, documented. Trying Apache::Reload: - PerlInitHandler doesn't exist. I've used PerlPostReadRequestHandler instead. - %INC is su