On Saturday 17 October 2009 03:20:49 pm Octavian Râşniţă wrote: > Is it really possible to install locally perl modules using the module > local::lib if this module is installed in the default location by root? > Yes, you just need to not have a CPAN config that has /root/.cpan has a "cpan_home". If you have a ~/.cpan/CPAN/MyConfig.pm then edit that file (using a text editor or CPAN.pm) and fix the cpan_home, build_dir, hist_file, and keep_source_where options so that they point somewhere you can actually write to. If you don't (if the CPAN/Config.pm in effect is global), then just cp it into your local PERL5LIB and then edit it as such.
Andrew _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
