Re: [perl #128062] chdir does not respect group reading privilege

2016-05-03 Thread Brandon Allbery
On Tue, May 3, 2016 at 12:01 PM, Christopher Bottoms < perl6-bugs-follo...@perl.org> wrote: > Failed to change the working directory to '/home/test/tests/path': did not > pass 'd r' test Urgh. Please tell me it is not testing permissions before changing directory; that's pointless and (although

[perl6/specs] 5ce9ca: Fix a site search function

2016-05-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 5ce9cab30d605de628588a3d0559fe32164bd2d1 https://github.com/perl6/specs/commit/5ce9cab30d605de628588a3d0559fe32164bd2d1 Author: titsuki Date: 2016-05-04 (Wed, 04 May 2016) Changed paths: M html/index

[perl #128062] chdir does not respect group reading privilege

2016-05-03 Thread via RT
# New Ticket Created by Christopher Bottoms # Please include the string: [perl #128062] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128062 > # This is on 64-bit CentOS 7, but I have also observed this behavior on # CentOS 6

[perl #128063] [BUG] is-approx multi that takes just two numbers never called

2016-05-03 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128063] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128063 > This code will fail with an error: use Test; is-approx 2+1e-16, 2; The reason for that