Bug#591242: File::File does not call dangling_symlinks if follow = 0

2010-08-02 Thread Jeremiah Mahler
I agree. The dependency that dangling_symlinks has on follow = 1 is not reflected in the man page. dangling_symlinks If true and a code reference, will be called with the symbolic link name and the directory it lives in as arguments. Otherwise, if true and

Bug#591242: File::File does not call dangling_symlinks if follow = 0

2010-08-02 Thread Joachim Breitner
Hi Jeremiah, Am Montag, den 02.08.2010, 09:13 -0700 schrieb Jeremiah Mahler: I agree. The dependency that dangling_symlinks has on follow = 1 is not reflected in the man page. [..] Perhaps the documentation could be changed to something like: dangling_symlinks If true and a

Bug#591242: File::File does not call dangling_symlinks if follow = 0

2010-08-01 Thread Joachim Breitner
Package: perl-modules Version: 5.10.1-13 Severity: normal File: /usr/share/perl/5.10.1/File/Find.pm -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, when using the find method of File::Find, it seems that the dangling_symlink callback is only called if follow = 1. This is not reflected in the