From 3bb6d3e5122054efefe647ff1c834b844fec2fa2 Mon Sep 17 00:00:00 2001 From: Anders Johnson Date: Sat, 15 Feb 2003 00:21:41 +0000 Subject: [PATCH] [perl #21031] $File::Find::name ne $_ w/no_chdir From: "Anders Johnson" (via RT) Message-Id: p4raw-id: //depot/perl@18809 --- lib/File/Find.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/File/Find.pm b/lib/File/Find.pm index 8953e97..9b15494 100644 --- a/lib/File/Find.pm +++ b/lib/File/Find.pm @@ -700,6 +700,7 @@ sub _find_opt { } $name = $abs_dir . $_; # $File::Find::name + $_ = $name if $no_chdir; { $wanted_callback->() }; # protect against wild "next" -- 2.7.4