Bug#856504: perl: should skip @INC paths with unsufficient permission

2017-03-01 Thread Bill Allombert
Package: perl Version: 5.20.2-3+deb8u6 Severity: normal Dear perl maintainers, The following sequence gives: % sudo chmod o-x /usr/local/lib % perl -e "print join(' ',@INC);" /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20

Bug#856504: perl: should skip @INC paths with unsufficient permission

2017-03-01 Thread gregor herrmann
On Wed, 01 Mar 2017 19:45:08 +0100, Bill Allombert wrote: > I think it would be more useful to skip > /usr/local/lib/x86_64-linux-gnu/perl/5.20.2/ > and proceed with the next directory, rather than fail. (Niko and Dom know more about this but for a starter:) This was a deliberate upstream change

Bug#856504: perl: should skip @INC paths with unsufficient permission

2017-03-01 Thread Bill Allombert
On Wed, Mar 01, 2017 at 07:56:57PM +0100, gregor herrmann wrote: > On Wed, 01 Mar 2017 19:45:08 +0100, Bill Allombert wrote: > > > I think it would be more useful to skip > > /usr/local/lib/x86_64-linux-gnu/perl/5.20.2/ > > and proceed with the next directory, rather than fail. > > (Niko and Dom

Bug#856504: perl: should skip @INC paths with unsufficient permission

2017-03-02 Thread Niko Tyni
On Wed, Mar 01, 2017 at 08:11:38PM +0100, Bill Allombert wrote: > On Wed, Mar 01, 2017 at 07:56:57PM +0100, gregor herrmann wrote: > > On Wed, 01 Mar 2017 19:45:08 +0100, Bill Allombert wrote: > > > > > I think it would be more useful to skip > > > /usr/local/lib/x86_64-linux-gnu/perl/5.20.2/ > >