Re: Apache2 and Apache::Test

2004-11-23 Thread Stas Bekman
Joe Schaefer wrote: Stas Bekman <[EMAIL PROTECTED]> writes: Joe Schaefer wrote: Stas Bekman <[EMAIL PROTECTED]> writes: So A-T installs into INSTALLSITEARCH because that's where mp2 normally installed things to. So why did it now install things outside of arch? It looks like the top-level httpd-t

Re: Apache2 and Apache::Test

2004-11-23 Thread Joe Schaefer
Stas Bekman <[EMAIL PROTECTED]> writes: > Joe Schaefer wrote: >> Stas Bekman <[EMAIL PROTECTED]> writes: >> >>>So A-T installs into INSTALLSITEARCH because that's where mp2 normally >>>installed things to. So why did it now install things outside of arch? >> It looks like the top-level httpd-test/

Re: Apache2 and Apache::Test

2004-11-23 Thread Joe Schaefer
Stas Bekman <[EMAIL PROTECTED]> writes: > Joe Schaefer wrote: [...] >> Copying your changes to the top-level Makefile.PL seems to work >> for me. Here's a patch to httpd-test/perl-framework/Makefile.PL >> (be careful about the path when applying it, because subversion >> strips it out :-( ). >

Re: Apache2 and Apache::Test

2004-11-23 Thread Markus Wichitill
Stas Bekman wrote: Joe Schaefer wrote: Here's a patch to httpd-test/perl-framework/Makefile.PL (be careful about the path when applying it, because subversion strips it out :-( ). doh! how this can be fixed? Hm, what's wrong with the diff paths SVN produces? On my systems the path in the Index li

Re: Apache2 and Apache::Test

2004-11-23 Thread Stas Bekman
Joe Schaefer wrote: Stas Bekman <[EMAIL PROTECTED]> writes: So A-T installs into INSTALLSITEARCH because that's where mp2 normally installed things to. So why did it now install things outside of arch? It looks like the top-level httpd-test/perl-framework/Makefile wasn't picking up your redefinit

Re: Apache2 and Apache::Test

2004-11-22 Thread Joe Schaefer
Stas Bekman <[EMAIL PROTECTED]> writes: > So A-T installs into INSTALLSITEARCH because that's where mp2 normally > installed things to. So why did it now install things outside of arch? It looks like the top-level httpd-test/perl-framework/Makefile wasn't picking up your redefinitions; they were

Re: Apache2 and Apache::Test

2004-11-22 Thread Stas Bekman
Joe Schaefer wrote: Stas Bekman <[EMAIL PROTECTED]> writes: so what perl and MM versions are you talking about (now and before)? It has been installing itself into blib/lib and not (blib/lib/Apache2) for years I believe. I can't find any notes in Changes saying that it was changed. OK, I see the

Re: Apache2 and Apache::Test

2004-11-22 Thread Joe Schaefer
Stas Bekman <[EMAIL PROTECTED]> writes: > so what perl and MM versions are you talking about (now and before)? It has > been installing itself into blib/lib and not (blib/lib/Apache2) for years I > believe. I can't find any notes in Changes saying that it was changed. OK, I see the problem now.

Re: Apache2 and Apache::Test

2004-11-22 Thread Stas Bekman
Joe Schaefer wrote: Stas Bekman <[EMAIL PROTECTED]> writes: [...] but I'm not sure why do you see what you explain. mp2/Apache-Test/Makefile should be: INST_LIB = ../blib/lib and not: INST_LIB = ../blib/lib/Apache2 which one do you see? The first one now, INST_LIB=../blib/lib, which does looks o

Re: Apache2 and Apache::Test

2004-11-22 Thread Joe Schaefer
Stas Bekman <[EMAIL PROTECTED]> writes: [...] > but I'm not sure why do you see what you > explain. mp2/Apache-Test/Makefile should be: > > INST_LIB = ../blib/lib > > and not: > > INST_LIB = ../blib/lib/Apache2 > > which one do you see? The first one now, INST_LIB=../blib/lib, which does looks

Re: Apache2 and Apache::Test

2004-11-22 Thread Stas Bekman
Geoffrey Young wrote: Joe Schaefer wrote: I recently noticed that mp2 installs its own Apache::Test under the Apache2 directory. As a separate CPAN module, Apache::Test gets installed somewhere else. Since Apache::Test does not depend on mp2, I think it's a bug for mod_perl to install it unde

Re: Apache2 and Apache::Test

2004-11-22 Thread Geoffrey Young
Joe Schaefer wrote: > I recently noticed that mp2 installs its own > Apache::Test under the Apache2 directory. As > a separate CPAN module, Apache::Test gets > installed somewhere else. Since Apache::Test > does not depend on mp2, I think it's a bug for > mod_perl to install it under Apache

Apache2 and Apache::Test

2004-11-22 Thread Joe Schaefer
I recently noticed that mp2 installs its own Apache::Test under the Apache2 directory. As a separate CPAN module, Apache::Test gets installed somewhere else. Since Apache::Test does not depend on mp2, I think it's a bug for mod_perl to install it under Apache2. Does anybody else agree with