jaydot has asked for the wisdom of the Perl Monks concerning the following question:

hi to all monks! i have a question. how do i install List::Permutor on the terminal.. uhmm i tried to download it on CPAN.. and followed the steps

$ perl Makefile.PL $ make $ make test $ make install
but i encountered a problem on $make install, it doesnt install. the error message on the terminal says
ERROR: Can't create '/usr/local/man/man3' mkdir /usr/local/man/man3: Permission denied at /usr/share/perl/5.10/E +xtUtils/Install.pm line 479
what should i do in order for me to successfully install the List::Permutor module?.. tnx in advance..

Replies are listed 'Best First'.
Re: how to install List::Permutor
by moritz (Cardinal) on May 24, 2010 at 10:02 UTC
    Execute the last step as root, ie sudo make install.
    Perl 6 - links to (nearly) everything that is Perl 6.

      hei tnx a lot.. u solved the problem. :)