Re: [mp2] 2.0 API

2004-05-11 Thread Stas Bekman
Geoffrey Young wrote: the only thing I find strange is arg1, which is always the object. while -> makes $self the first argument to the send() subroutine in the strict perl sense, from the user standpoint the first argument to the send() method is really $buf. Well, the object is really the fir

Re: [mp2] 2.0 API

2004-05-11 Thread Geoffrey Young
>> the only thing I find strange is arg1, which is always the object. >> while -> >> makes $self the first argument to the send() subroutine in the strict >> perl >> sense, from the user standpoint the first argument to the send() >> method is >> really $buf. > > > Well, the object is really t

Re: gcov and mp2 tests coverage

2004-05-11 Thread Stas Bekman
Paul Johnson wrote: [...] And here is another view on the data, this time with the Perl code included. http://pjcj.sytes.net/cover/mod_perl-1.99_13/cover_db-5.9.2/coverage.html (That's on my local machine, so it may be a little unreliable.) This was using apache-2.0.49, mod_perl-1.99_13, and bl

Re: [mp2] 2.0 API

2004-05-11 Thread Stas Bekman
Geoffrey Young wrote: That's exactly why I'm asking here. Please commit a better wording, since it's going to appear on all other manpages with similar issues. will do Excellent! Besides the issue with unsupported methods, the rest looks good to you? yeah, it looks great! Thanks. the only th

Re: Apache::Dir

2004-05-11 Thread Geoffrey Young
David Wheeler wrote: > On May 11, 2004, at 3:24 PM, Geoffrey Young wrote: > >> ClearModuleList/AddModule are not DSO specific - they just shuffle around >> the order of the internal module list, which is what apache dispatches >> against at request time. note that both of these are provide by c

Re: Apache::Dir

2004-05-11 Thread David Wheeler
On May 11, 2004, at 3:24 PM, Geoffrey Young wrote: ClearModuleList/AddModule are not DSO specific - they just shuffle around the order of the internal module list, which is what apache dispatches against at request time. note that both of these are provide by core, while LoadModule is provided

Re: Apache::Dir

2004-05-11 Thread Geoffrey Young
David Wheeler wrote: > On May 11, 2004, at 2:40 PM, Geoffrey Young wrote: > >> if all you want is mod_dir's default behavior (before mod_perl would >> override it) and if you're interested in alternative methods, you >> could also >> try some of these. >> >> - use ClearModuleList/AddModule to

Re: Apache::Dir

2004-05-11 Thread David Wheeler
On May 11, 2004, at 2:40 PM, Geoffrey Young wrote: if all you want is mod_dir's default behavior (before mod_perl would override it) and if you're interested in alternative methods, you could also try some of these. - use ClearModuleList/AddModule to place mod_dir before mod_perl in the modul

Re: Apache::Dir

2004-05-11 Thread Geoffrey Young
David Wheeler wrote: > G'day. > > I recently had a need to have mod_dir in Apache 1.3 work even when I was > using a Perl handler. It turns out that mod_dir does its thing during > the response phase. So I created a quick Perl module to do what I want. > Here's the description: > > This sim

Apache::Dir

2004-05-11 Thread David Wheeler
G'day. I recently had a need to have mod_dir in Apache 1.3 work even when I was using a Perl handler. It turns out that mod_dir does its thing during the response phase. So I created a quick Perl module to do what I want. Here's the description: This simple module is designed to be a parti

Re: [mp2] 2.0 API

2004-05-11 Thread Geoffrey Young
> That's exactly why I'm asking here. Please commit a better wording, since > it's going to appear on all other manpages with similar issues. will do > Yes, 'there are not only not documented and tested', but 'they are also > subject to change', since we haven't tested them we can't know whethe

Re: [mp2] 2.0 API

2004-05-11 Thread Stas Bekman
Geoffrey Young wrote: "APR::Socket also provides auto-generated perl interface for a few other methods which aren't tested at the moment and therefore their API is a subject to change. These methods will be added later as a need arises. those two statements don't really jive. hopefully, you mean

Re: [mp2] 2.0 API

2004-05-11 Thread Geoffrey Young
> "APR::Socket also provides auto-generated perl interface for a few other > methods which aren't tested at the moment and therefore their API is a > subject to change. These methods will be added later as a need arises. those two statements don't really jive. hopefully, you mean to say "these m

mod-perl 2.0 - Docu Error

2004-05-11 Thread Tom Schindl
Hi, there's a small issue with the documentation of Apache::RequestRec, where it states in synopsis that one can use $r->dir_config without loading Apache::RequestUtil. One could remove $r->dir_config or also load Apache::RequestUtil. I'd prefer to remove it because its documented as a method