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 error when pruning top-level directories #398
Labels
Comments
From rra@stanford.eduFile::Find in at least 5.005_02 and 5.005_03 gets very confused if you Inline Patch--- lib/File/Find.pm.orig Sat Oct 31 18:55:13 1998
+++ lib/File/Find.pm Thu Aug 19 04:30:33 1999
@@ -130,6 +130,7 @@
warn "Can't cd to $dir: $!\n";
}
}
+ } continue {
chdir $cwd;
}
} Perl Info
|
This was referenced Oct 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated from rt.perl.org#1233 (status was 'resolved')
Searchable as RT1233$
The text was updated successfully, but these errors were encountered: