http://qs321.pair.com?node_id=595205


in reply to Re^2: CPAN shell - passing params for module installation
in thread CPAN shell - passing params for module installation

Shouldn't putting them all on one line work? Like
o conf makepl_arg LIB=/path/to/my/distros/perllib PREFIX=--perl_only

Update: Or edit ~/.cpan/CPAN/MyConfig.pm directly and set the things you need from there.

-- Hofmator

Code written by Hofmator and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

Replies are listed 'Best First'.
Re^4: CPAN shell - passing params for module installation
by Anonymous Monk on Jan 09, 2008 at 16:58 UTC
    This works, as long as you put single quotes around the whole makepl_arg value:
    o conf makepl_arg 'LIB=/path/to/my/distros/perllib PREFIX=--perl_only'
    Otherwise, only one of the values is used.
Re^4: CPAN shell - passing params for module installation
by skazat (Chaplain) on Jan 27, 2007 at 10:24 UTC

    Shouldn't putting them all on one line work? Like

    o conf makepl_arg LIB=/path/to/my/distros/perllib PREFIX=--perl_only

    Usually, everything but the last configuration gets dropped. Usually.

    Update: Or edit ~/.cpan/CPAN/MyConfig.pm directly and set the things you need from there. I'm changing the configuration while in the CPAN shell to download CPAN modules to a specific location, so I can then add the modules to a distro. Basically.

     

    -justin simoni
    skazat me