in reply to Re: CPAN modules losing in home directory
in thread CPAN modules losing in home directory

If you want to install module as regular user use "local::lib".
$ wget http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-1 +.008004.tar.gz $ tar xzf local-lib-1.008004.tar.gz $ cd local-lib-1.008004 $ perl Makefile.PL --bootstrap $ echo 'eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)' >>~/.bashrc
All this steps you have on cpan documentation for "local::lib".

Replies are listed 'Best First'.
Re^3: CPAN modules losing in home directory
by RudyLu (Initiate) on Aug 17, 2011 at 12:05 UTC
    Can't create '/usr/local/share/man/man3' Do not have write permissions on '/usr/local/share/man/man3' I am not so sure, as I just recently started out using Perl and getting into the shell stuff.....isn't it like that that it seems that you have the "man3" but you are just not able to write in that as your error states that....so if you try out to log into the CPAN shell as root that it should work...... % sudo perl -MCPAN -e shell or locate your man3 file and change the permissions directly on man3..... please correct me if this is totally nuts...