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.