-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File::Find::fullname undef with follow_skip==2 #13867
Comments
From @jimavThis is a bug report for perl from jim.avera@gmail.com, $File::Find::fullname is undef when a symbolic link is encounted #!/usr/bin/perl system " find( { wanted => sub{ print "found: $File::Find::fullname\n" }, RESULTS: Flags: Site configuration information for perl 5.18.2: Configured by Debian Project at Thu Mar 27 18:28:21 UTC 2014. Summary of my perl5 (revision 5 version 18 subversion 2) configuration: Locally applied patches: @INC for perl 5.18.2: Environment for perl 5.18.2: |
From victor@vsespb.rureproducible in 5.19.5, but fixed in 5.19.6 diff /home/perlbrew/perls/perl-5.19.5/lib/5.19.5/File/Find.pm /home/perlbrew/perls/perl-5.19.6/lib/5.19.6/File/Find.pm
which looks like this (my) commit http://perl5.git.perl.org/perl.git/commit/1da2e9eb3a112ea133c6142767636b9b08f65930 On Wed May 21 13:22:31 2014, jim.avera@gmail.com wrote:
|
The RT System itself - Status changed from 'new' to 'open' |
From @jkeenanOn Mon Jun 30 23:48:01 2014, vsespb wrote:
Confirmed in 5.20.0. ##### Marking ticket Resolved. |
@jkeenan - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#121939 (status was 'resolved')
Searchable as RT121939$
The text was updated successfully, but these errors were encountered: