in reply to Re: Why is cpanm installing Perl5 modules in the wrong spot?
in thread Why is cpanm installing Perl5 modules in the wrong spot?
What made me post this to begin with is that my Komodo IDE/debugger was saying a module I hasd installed with cpanm couldn't be found. But after reading your comment that the ENV variable should take care of this, I created a little test script to run from the command line, and Perl found one of the cpanm modules just fine. So the issue seems to be that that debugger is not reading the ENV variable somehow.