Skip Menu |

This queue is for tickets about the File-ChangeNotify CPAN distribution.

Report information
The Basics
Id: 86719
Status: open
Priority: 0/
Queue: File-ChangeNotify

People
Owner: Nobody in particular
Requestors: sharyanto [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Add option to resolve symlink
If directory to watch is a symlink, currently it is not followed. It'd be nice if there is a warning about this, or a mention in the doc, or an option is added to resolve symlink.
On Fri Jul 05 00:21:35 2013, SHARYANTO wrote: Show quoted text
> If directory to watch is a symlink, currently it is not followed. It'd > be nice if there is a warning about this, or a mention in the doc, or > an option is added to resolve symlink.
Patches are definitely welcome. Did you test this behavior in multiple watcher implementations? I wonder if inotify and kqueue behave differently than the pure Perl code. I suspect the right thing to do is just to always follow symlinks.