On Sun, 7 Apr 2002, Stas Bekman wrote:
 
> Yes, but how does it help with Apache::TestMM?

well, there's a comment explains what's going on.
and code to work around the problem.

> Its import() already does a similar thing.

no, that is not the same.

> Should it unconditionaly force the aliasing? In fact 
> I've tried that, didn't seem to work.

not sure what you tried exactly.  but notice ModPerl::MM::WriteMakefile 
calls my_import(), to make it happen for each subdir Makefile.PL
and ModPerl::MM::my_import only takes care of itself, not the functions in 
Apache::TestMM.
 
> > you could just do:
> >        $self->{conf_opts}->{src_dir} = "$cwd/../..";
                                            ^^^^^^^^^^
>      $self->{conf_opts}->{src_dir} = "$cwd/../../src";
> 
> doesn't seem to do the trick, still finds the one installed on the system.

try without '/src'


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to