<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 1 Mar 2019, at 10:42, Dr Eberhard W Lisse wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">I have started to use Homebrew's Perl and its CPAN to avoid having to<br>
mess with the Macs Protection mechanism.<br>
<br>
The CPAN libraries/modules are installed under ~/perl5 necesstitting to<br>
run<br>
<br>
        PERL_MM_OPT="INSTALL_BASE=$HOME/perl5" cpan local::lib<br>
<br>
and adding this to the end of ~/.profile<br>
<br>
        eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib=$HOME/perl5)"<br>
<br>
which sets<br>
<br>
        PERL_MB_OPT='--install_base "/Users/el/perl5"'<br>
        PERL_MM_OPT=INSTALL_BASE=/Users/el/perl5<br>
<br>
(in my case).<br>
<br>
I have set TM_PERL to /usr/local/bin/perl and when I run a perl program<br>
wit CMD-R it works, unless I use a CPAN module when I get this message<br>
(under TextMate, but NOT from the command line):</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">If not already done, you need to explicitly set <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">PERL_MB_OPT</code> and <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">PERL_MM_OPT</code> in TextMate, either Preferences → Variables or add them to your <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">~/.tm_properties</code> file.</p>

<p dir="auto">TextMate does not run your <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">~/.profile</code> and therefore does not pick up the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">eval</code> line you have there.</p>
</div>
</div>
</body>
</html>