I am really new to perl and I am trying to install modules from the command line using Cpan.
I cannot seem to get cpan to install the modules correctly,
cpan will spit out this error, and abort the installation process.
____
Running make install
mkdir /usr/local/man/man3: Permission denied at /System/Library/Perl/5.8.6/ExtUtils/Install.pm line 112
make: *** [pure_site_install] Error 255
/usr/bin/make install -- NOT OK
___
I tried running cpan in sudo mode but it still wouldn't work. I am at a loss and am not sure what to do about it.
any help is appreciated
I cannot seem to get cpan to install the modules correctly,
cpan will spit out this error, and abort the installation process.
____
Running make install
mkdir /usr/local/man/man3: Permission denied at /System/Library/Perl/5.8.6/ExtUtils/Install.pm line 112
make: *** [pure_site_install] Error 255
/usr/bin/make install -- NOT OK
___
I tried running cpan in sudo mode but it still wouldn't work. I am at a loss and am not sure what to do about it.
any help is appreciated