bangor has asked for the wisdom of the Perl Monks concerning the following question:
Update: Thanks to taint and syphilis, and a simple question from anony monk, I have it working now. I can continue to install external libraries using MacPorts and adding the following line to my bash profile
Then, when installing modules I invoke cpan with my perlbrew perl (this was my lightbulb moment believe it or not)export PATH=/opt/local/bin:/opt/local/sbin:$PATH
and all is hunky dory, modules get installed in my perlbrew path and can use the libraries installed in my MacPorts path.sudo /Users/user/perl5/perlbrew/perls/perl-5.14.1/bin/perl5.14.1 -MCPA +N -e shell
|
|---|