I want to use perlbrew and cpanm on my machine. I installed perlbrew like this
curl -L http://install.perlbrew.pl | bash
and sourced ~/perl5/perlbrew/etc/bashrc
in my .bashrc. Next I installed perl v5.21.5 and switched to this version.The which perl
command points to my perlbrew installation. The same is true for cpanm.
But when I install a perl module like cpanm Mojo
Neither the binaries are installed nor the includes can be located. But all tests pass. I looked under ~/perl5/
and could not find the sources. Does anyone had the same issue before? I may have used cpan on my Ubuntu 14.04 before. May this cause any problems? How can I figure out where cpanm put the module?
BTW: I'm using perlbrew version 0.71