projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c7a610a
)
[ID 19990819.002] File::Find error when pruning top-level directories
Russ Allbery [Thu, 19 Aug 1999 04:35:44 +0000 (21:35 -0700)]
Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
p4raw-id: //depot/perl@4200
lib/File/Find.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Find.pm
b/lib/File/Find.pm
index
284bf67
..
28e2e90
100644
(file)
--- 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;
}
}