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 edited
     
    Hello,

    I am trying to install a perl module and the compilation fails with this error:

    Can't locate Data/Dump.pm
    What can I do?
    • CommentAuthormarius
    • CommentTimeOct 25th 2007
     
    jnx: We can assume you don't have installed the perl cpan module Data::Dump that is probably needed by your installation.
    You can easily install it from cpan:

    perl -MCPAN -e shell
    install Data::Dump

    - Marius -
    • CommentAuthorjnx
    • CommentTimeOct 26th 2007
     
    It worked! THANK YOU!