View Single Post
Old Dec 6th, 2004, 5:38 PM   #2
sykkn
Hobbyist Programmer
 
Join Date: Apr 2004
Location: Texas
Posts: 106
Rep Power: 5 sykkn is on a distinguished road
With the module test coming out at 95% OK, I would just download the source ( or find it where cpan stored it $HOME/.cpan/etc ...) and install it manually. I use a mysql module every day that won't test more than 98% anywhere I've tried to install it.

If you are not familiar with the process:
perl Makefile.PL
make
make test
make install

good luck.
__________________
[ [ SykkN alloc ] initWithThePowerTo: destroyYouAll ];
/* Don't make me use it! */
sykkn is offline   Reply With Quote