> I managed to get the correct error message by adding a print statement
> to bootstrap.pm like this:
>
>
> Code:
> --------------------
>  eval "use $mod ()";
>   if ( !$@ ) {
>   eval { $mod->VERSION( $ver || 0 ); 1; };
>   }
>   if ( $@ ) {
>   print $@ . "\n"; # !!!
> --------------------

The latest 7.3.3 code and later should print the real error message. I stumbled 
over this issue myself where the printed message was very misleading. Thanks 
for the heads up.

-- 

Michael
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to