Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use Perl libraries from fink in BBEdit' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use Perl libraries from fink in BBEdit
Authored by: cparnot on Dec 16, '03 03:36:22PM
you are totally right. I was young and ignorant at that time and I didn't know what I was really doing. My guess is that '/sw/lib/perl5/darwin' is anyway added at some other step in the list of paths. So the plist should probably read:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
  "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>PERL5LIB</key>
    <string>/sw/lib/perl5</string>
</dict>
</plist>

---
charles

[ Reply to This | # ]