Re: Making Perl site paths ABI-specific

2019-07-03 Thread Petr Pisar
On Thu, Apr 25, 2019 at 04:36:38PM +0200, Petr Pisar wrote: > My proposal is make the two paths changing with every new incompatible Perl > release (that happens every year with a new minor Perl version). Example: > > /usr/local/lib64/perl5/5.30 > /usr/local/share/perl5/5.30 > Only to clo

Re: Making Perl site paths ABI-specific

2019-04-26 Thread Dan Book
On Thu, Apr 25, 2019 at 3:36 PM Petr Pisar wrote: > > Any opinions? Should we go with this change? Wich format do you like most? > I think this is a great idea, and the first option is most similar to normal Perl lib paths. -Dan ___ perl-devel mailing

Re: Making Perl site paths ABI-specific

2019-04-26 Thread Paul Howarth
On Thu, 25 Apr 2019 16:36:38 +0200 Petr Pisar wrote: > It was a long time ago I wrote to this list. I'm thinking about > changing site paths. > > Now, perl configures site paths to: > > /usr/local/lib64/perl5 > /usr/local/share/perl5 > > so that anyone installing distributions from CPAN

Making Perl site paths ABI-specific

2019-04-25 Thread Petr Pisar
It was a long time ago I wrote to this list. I'm thinking about changing site paths. Now, perl configures site paths to: /usr/local/lib64/perl5 /usr/local/share/perl5 so that anyone installing distributions from CPAN in a system-wide manner will install his modules there. These two paths