SPUG: loading a module

Yitzchak Scott-Thoennes sthoenna at efn.org
Wed Aug 10 20:51:05 PDT 2005


On Wed, Aug 10, 2005 at 08:19:46PM -0600, Medrano-Zaldivar, L E wrote:
> Yitzchak,
>  
> Here is the output of perl -MCPAN -e'install "Net::Blogger"':
> 
> perl -MCPAN -e'install "Net::Blogger"'
 ...
> Failed Test  Stat Wstat Total Fail  Failed  List of Failed
> -------------------------------------------------------------------------------
> t/00-basic.t    2   512     6    2  33.33%  5-6
> Failed 1/1 test scripts, 0.00% okay. 2/6 subtests failed, 66.67% okay.
> make: *** [test_dynamic] Error 2
>   /usr/bin/make test -- NOT OK
> Running make install
>   make test had returned bad status, won't install without force

It failed some tests; you can install it anyway by using:
  force install Net::Blogger
at the cpan shell prompt.


More information about the spug-list mailing list