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 there are any problems, please notify the sender
immediately. The unauthorized use, disclosure, copying or alteration of this
message is strictly forbidden. Note that any views or opinions presented in
this email are solely those of the author and do not necessarily represent
those of Radan Computational Ltd. The recipient(s) of this message should
check it and any attached files for viruses: Radan Computational will accept no
liability for any damage caused by any virus transmitted by this email.
--- Begin Message ---
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 on that OS.
Seems quite sensible.
Is this a new problem ? I can't believe nobody noticed it until now...
On perl-5.8.6 I get this from the test script in the bug report:
not ok 1: The stat preceding -l _ wasn't an lstat at
D:/Perls/perl586/lib/File/Find.pm line 532.
Earlier perls all the way back to 5.6.0 at least all do this too.
They all work if all the "follow => 1"'s are changed.
--- End Message ---