perl - How to find modules dependency & install it but without cpan/cpanm? -
the problem don't have access write $home directory. (i have access create new directory on $home/app-root/data/)
because cpan/cpanm need create new directory $home/.cpan/ don't have idea how find modules dependency hand (one-by-one).
do guys know other method install module (and find dependency) without create ~/.cpan/ directory ?
or maybe how override ~/.cpan/ ~/app-root/data/.cpan ?
p.s: sorry english bad, english isn't native language
just (temporarily) change $home
directory do have write access to:
home=$home/app-root/data/ cpanm module
Comments
Post a Comment