On Mon, 8 Apr 2002, Stas Bekman wrote:

> ok, the patch at the end solves the problem. Now any sub-dir can enjoy 
> from imported My::test, etc.

looks right to me, +1
 
> While debugging the problem, I've noticed that if the Makefile.PL in 
> sub-dirs fails, it's silently swallowed. I think it should croak. Is it 
> a problem with MakeMaker in general or something specific to 
> modperl-2.0/Makefile.PL? Most likely the former.

this would be a MakeMaker issue.  it should at least warn, from 
MakeMaker.pm:
sub eval_in_x {
...
    if ($@) {
...
        warn "WARNING from evaluation of $dir/Makefile.PL: $@";


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

Reply via email to