Re: use lib missing architecture specific directory

2003-03-08 Thread drieux
On Friday, Mar 7, 2003, at 15:41 US/Pacific, Nathan Herring wrote: [..] All of our perl scripts have the following line: use lib $ENV{HOME}/Library/Perl/lib; However, it doesn't seem to be adding /Users/nathanh/Library/Perl/lib/darwin to @INC like it should and so a bunch of modules don't work.

Re: use lib missing architecture specific directory

2003-03-08 Thread drieux
On Saturday, Mar 8, 2003, at 11:13 US/Pacific, drieux wrote: On Friday, Mar 7, 2003, at 15:41 US/Pacific, Nathan Herring wrote: [..] All of our perl scripts have the following line: use lib $ENV{HOME}/Library/Perl/lib; [..] the bug is in lib.pm the stock apple version has, around line 35