[perl #37223] File::Find::find fails on Win32 with follow = 1

2005-09-21 Thread via RT
# New Ticket Created by Steve Hay # Please include the string: [perl #37223] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37223 This is a bug report for perl from [EMAIL PROTECTED], generated with the help of

Re: [perl #37223] File::Find::find fails on Win32 with follow = 1

2005-09-21 Thread Rafael Garcia-Suarez
Steve Hay (via RT) wrote: The File::Find::find() function fails on Win32 if the follow = 1 option is specified. Presumably follow (and follow_fast?) should be no-ops on Win32 since symbolic links are not supported on that OS. Seems quite sensible. Is this a new problem ? I can't believe

[Fwd: Re: [perl #37223] File::Find::find fails on Win32 with follow = 1]

2005-09-21 Thread Steve Hay
Oops! I meant to hit Reply All there. Radan Computational Ltd. The information contained in this message and any files transmitted with it are confidential and intended for the addressee(s) only. If you have received this message in error or

Re: [perl #37223] File::Find::find fails on Win32 with follow = 1

2005-09-21 Thread Steve Peters
On Wed, Sep 21, 2005 at 04:57:31PM +0200, Rafael Garcia-Suarez wrote: Steve Hay (via RT) wrote: The File::Find::find() function fails on Win32 if the follow = 1 option is specified. Presumably follow (and follow_fast?) should be no-ops on Win32 since symbolic links are not supported

Re: [perl #37223] File::Find::find fails on Win32 with follow = 1

2005-09-21 Thread Steve Peters
On Wed, Sep 21, 2005 at 10:29:25AM -0500, Steve Peters wrote: On Wed, Sep 21, 2005 at 04:57:31PM +0200, Rafael Garcia-Suarez wrote: Steve Hay (via RT) wrote: The File::Find::find() function fails on Win32 if the follow = 1 option is specified. Presumably follow (and