<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Allan, </div><div><br></div><div>Here are the versions I have:</div><div><br></div><div><font class="Apple-style-span" face="'Courier New'">$ <b>cat /Library/Application\ Support/TextMate/Support/version </b></font></div><div><font class="Apple-style-span" face="'Courier New'">9280</font></div><div><font class="Apple-style-span" face="'Courier New'">$ <b>cat /Applications/TextMate.app/Contents/SharedSupport/Support/version</b></font></div><div><font class="Apple-style-span" face="'Courier New'">9279</font></div><div><br></div><div>The perl script I'm trying to run is pretty minimal:</div><div><br></div><div><font class="Apple-style-span" face="'Courier New'">#!/usr/bin/perl</font></div><div><font class="Apple-style-span" face="'Courier New'">print 123;</font></div><div><br></div><div>For the heck of it I removed:</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>/Library/Application Support/TextMate</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>~/Library/Application Support/TextMate<br></div><div>I also deleted TextMate.app and downloaded a fresh copy. The perl script then ran!</div><div><br></div><div>I then downloaded the cutting edge version of TextMate, and the perl script still ran.</div><div><br></div><div>I then followed the instructions in the wiki to checkout bundles via subversion, and restarted TextMate. Once again the perl script would not run, and yielded the same error:</div><div><br></div><div><font class="Apple-style-span" face="'Courier New'">-e:2:in `require': no such file to load -- /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/executor (LoadError) from -e:2</font></div><div><font class="Apple-style-span" face="'Lucida Grande'"><br></font></div><div><font class="Apple-style-span" face="'Lucida Grande'">Removing:</font></div><div><font class="Apple-style-span" face="'Lucida Grande'"><span class="Apple-tab-span" style="white-space:pre">        </span><span class="Apple-style-span" style="font-family: Verdana; "><span class="Apple-tab-span" style="white-space: pre; "> </span>/Library/Application Support/TextMate</span></font></div><div><br></div><div>and restarting TextMate, the perl script once again worked.</div><div><br></div><div>It looks like something may be broken in Support version 9280?</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">    </span>- Dave<br></div></body></html>