in reply to CPAN shell - passing params for module installation
I do it this way after starting perl -mCPAN -e 'CPAN::shell':
o conf makepl_arg arguments
install package
So in your case you might write a script to start Perl as above and then feed in:
or similar.o conf makepl_arg --perl_only install version
I've done this with an automated installer that uses the GD module (which requires -options JPEG,PNG,GIF fed to the makefile) and the libwww-perl module (which required -n to be fed to the makefile).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CPAN shell - passing params for module installation
by xdg (Monsignor) on Jan 18, 2007 at 12:47 UTC | |
|
Re^2: CPAN shell - passing params for module installation
by skazat (Chaplain) on Jan 18, 2007 at 09:05 UTC | |
by Hofmator (Curate) on Jan 18, 2007 at 09:38 UTC | |
by Anonymous Monk on Jan 09, 2008 at 16:58 UTC | |
by skazat (Chaplain) on Jan 27, 2007 at 10:24 UTC |