tod222 has asked for the wisdom of the Perl Monks concerning the following question:
but they won't get dependencies installed. (Module::Install's auto_install doesn't propagate SITEPREFIX and thus can't install dependencies locally.)perl Makefile.PL SITEPREFIX=$HOME/local
I can set up CPAN.pm to do a local install, but while the dependencies are downloadable from CPAN, my package isn't (yet). Can CPAN.pm, CPANPLUS.pm, or cpanp locally install an already-downloaded package Foo-0.0.1.tar.gz, automatically downloading from CPAN and locally installing the modules required by Foo?
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Non-root install of non-CPAN package and its dependencies?
by Khen1950fx (Canon) on Jul 29, 2008 at 22:10 UTC | |
|
Re: Non-root install of non-CPAN package and its dependencies?
by bingos (Vicar) on Jul 30, 2008 at 10:15 UTC | |
by tod222 (Pilgrim) on Jul 31, 2008 at 00:58 UTC |