Not signed in (Sign In)

LiveSearch

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorjnx
    • CommentTimeOct 25th 2007
     
    Also related to my previous post: is it possible to force the installation of a perl Cpan module if some tests fail? How can I do that if this is possible?
    • CommentAuthormarius
    • CommentTimeOct 25th 2007
     
    jnx: you can easily do this by adding in cpan shell force in front of your install command:

    perl -MCPAN -e shell
    force install <module>

    Still you would want to be sure that the tests that are failing are not important. If so you might want to fix the problem why the tests are failing in the first place.

    hth. - Marius -
    • CommentAuthorjnx
    • CommentTimeOct 26th 2007
     
    Thank you, but I didn't need this after all since I installed the Data::Dump module as you suggested in the other thread and the installation went fine after that.

    Thanks again, J.