diff --git a/lib/File/ChangeNotify/Watcher.pm b/lib/File/ChangeNotify/Watcher.pm index 0fb5bf4..16b0fd1 100644 --- a/lib/File/ChangeNotify/Watcher.pm +++ b/lib/File/ChangeNotify/Watcher.pm @@ -163,8 +163,6 @@ sub _entry_for_map { # -d. my @stat = stat; - return if -l $path && !$is_dir; - unless ($is_dir) { my $filter = $self->filter; return unless ( File::Spec->splitpath($path) )[2] =~ /$filter/;