diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 1999-09-29 02:21:31 +0000 |
---|---|---|
committer | bailey <bailey@newman.upenn.edu> | 1999-09-29 02:21:31 +0000 |
commit | c529f79d594c53d3968d464c57ac24a21137dd09 (patch) | |
tree | 1a391a0c329976fd8ae88a240da31051b926c681 /lib/File/Find.pm | |
parent | 424a8fe95d507998fe8750793da1b35bd6d7074b (diff) | |
download | perl-c529f79d594c53d3968d464c57ac24a21137dd09.tar.gz |
resync with mainline
p4raw-id: //depot/vmsperl@4249
Diffstat (limited to 'lib/File/Find.pm')
-rw-r--r-- | lib/File/Find.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/File/Find.pm b/lib/File/Find.pm index 284bf678ac..28e2e90e44 100644 --- a/lib/File/Find.pm +++ b/lib/File/Find.pm @@ -130,6 +130,8 @@ sub find_opt { warn "Can't cd to $dir: $!\n"; } } + } + continue { chdir $cwd; } } |