show/hide this revision's text 2 added 24 characters in body; edited title

How do I tell CPAN CPAN.pm to install all modules in a specific directory?

I have set

makepl_arg         [INSTALLDIRS=site PREFIX=~/perl]
mbuildpl_arg       [--install_base ~/perl]

in CPANthe CPAN.pm configuration. I had hoped that this would cause modules to get installed in the same place, but I still have to set multiple paths in PERL5LIB:

export PERL5LIB=~/perl/share/perl/5.10.0:~/perl/lib/perl5/:~/perl/lib/perl/5.10.0

This has been the case for a long time and I have just lived with it, but I was wondering if anyone knew how to get CPAN CPAN.pm to put all modules in the same directory?

show/hide this revision's text 1

How do I tell CPAN to install all modules in a specific directory

I have set

makepl_arg         [INSTALLDIRS=site PREFIX=~/perl]
mbuildpl_arg       [--install_base ~/perl]

in CPAN. I had hoped that this would cause modules to get installed in the same place, but I still have to set multiple paths in PERL5LIB:

export PERL5LIB=~/perl/share/perl/5.10.0:~/perl/lib/perl5/:~/perl/lib/perl/5.10.0

This has been the case for a long time and I have just lived with it, but I was wondering if anyone knew how to get CPAN to put all modules in the same directory?