2008/12/29 Matthew Persico <matthew.pers...@gmail.com>:
> Perl   - 5.10.0
> $ ls -la ~/foo
> -r-xr-xr-x   1 persicom develop        0 Dec 28 21:15 /home/persicom/foo
>
> Perl   - 5.10.0
> $ perl -e 'if (-x "/home/persicom/foo"){print "got it\n"}else{print
> "no got it\n"}'
> got it
>
> Perl   - 5.10.0
> $  perl -e 'use filetest "access";if (-x "/home/persicom/foo"){print
> "got it\n"}else{print "no got it\n"}'
> no got it
>
> HUH?? What is borken about filetest "access" in 5.10? Where should I
> report this? Any particular person, group or just use perlbug?
>

I believe that was fixed with :

http://camel.booking.com/perl.git/commitdiff/b376053de54af4268a31e5a60d1f9e57db30af11

Reply via email to