Front page | perl.perl5.porters |
Postings from March 2009
Re: use filetest anomaly
Thread Previous
|
Thread Next
From:
Dave Mitchell
Date:
March 30, 2009 13:49
Subject:
Re: use filetest anomaly
Message ID:
20090330204902.GB29196@iabyn.com
On Mon, Dec 29, 2008 at 09:20:23PM -0500, Matthew Persico wrote:
> On Mon, Dec 29, 2008 at 2:35 AM, Rafael Garcia-Suarez
> <rgarciasuarez@gmail.com> wrote:
> > 2008/12/29 Matthew Persico <matthew.persico@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
> >
>
> Hmm. Should I hand-patch that into my copy of 5.10.0, or is 5.10.1 imminent?
5.10.1 is still several weeks away.
--
The Enterprise's efficient long-range scanners detect a temporal vortex
distortion in good time, allowing it to be safely avoided via a minor
course correction.
-- Things That Never Happen in "Star Trek" #21
Thread Previous
|
Thread Next