>>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: $@";

thanks, I've tested it outside of modperl and reported to the makemaker 
list.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


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

Reply via email to