Subject: | installdeps --cpan_client does not find a local client |
The following command fails because it fails to find 'cpanm':
$ perl Build.PL --install_base ~/.perl
$ ./Build install_deps --cpan_client cpanm
cpan_client 'cpanm' is not executable
My App::cpanminus client is installed in ~/.perl/bin which is in PATH,
but M::B::Base seems a bit too strict on the path where it looks for.
My environment:
PERL5LIB="$HOME/.perl/lib/perl5"
PATH="$HOME/.perl/bin:$PATH"
PERL_CPANM_OPT="-l $HOME/.perl"
--
Olivier Mengué - http://search.cpan.org/~dolmen/ http://github.com/dolmen/