in reply to Re: Why permission required while installing certain CPAN module locally?
in thread Why permission required while installing certain CPAN module locally?
jesuashok, unless you specify otherwise when issuing the perl Makefile.PL command, pure Perl modules will not typically install anything in /bin or /usr/bin. Usually, modules will be installed in one of the directories specified in @inc. Have a peek at the Makefile.PL file in question to see if it has a specific install dir mentioned. Run a quick perl -V to see your current @inc.
|
|---|