raiten has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to script install of perl modules. the simple way is
but that's not for me ... two reasons$ perl -MCPAN -e"install <Module>"
- first, there are two type of modules. first build normally with <code> perl Makefile.PL PREFIX=xxx
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: automatic/unattended cpan install
by qsl (Scribe) on Mar 16, 2007 at 03:44 UTC | |
by raiten (Acolyte) on Mar 16, 2007 at 17:58 UTC | |
|
Re: automatic/unattended cpan install
by diotalevi (Canon) on Mar 19, 2007 at 04:49 UTC | |
by raiten (Acolyte) on Mar 22, 2007 at 20:52 UTC | |
|
Re: automatic/unattended cpan install
by Anonymous Monk on Mar 16, 2007 at 08:21 UTC | |
by raiten (Acolyte) on Mar 16, 2007 at 18:06 UTC |