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
[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
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
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
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]
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
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
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