in reply to How does the Perl choose between lib and lib64?
My question - how can I control this choice? For example, I want all my trees to have only "lib" directories.
Why would you want to control this choice? You really shouldn't care what it is :)
It might be Config#archname64
See also http://perl5.git.perl.org/perl.git/blob/HEAD:/INSTALL , http://perl5.git.perl.org/perl.git/blob/HEAD:/Configure
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How does the Perl choose between lib and lib64?
by AlexFromNJ (Novice) on Nov 11, 2011 at 20:29 UTC | |
by Eliya (Vicar) on Nov 11, 2011 at 20:43 UTC | |
by Anonymous Monk on Nov 14, 2011 at 09:20 UTC |