How to Configure CPAN Parameters After Install.
How to Configure CPAN Parameters After Install.
1. Go to CPAN Shell.
[root@example log]# perl -MCPAN -e shell
2. In the CPAN Shell run following Commands.
cpan[2]> o conf init unzip <unzip>
Where is your unzip program? [/usr/bin/unzip]
Please remember to call 'o conf commit' to make the config permanent!
cpan[3]> o conf commitcommit: wrote '/root/.cpan/CPAN/MyConfig.pm'
cpan[4]>
No comments