From a0144a09218bddaedb0e26df6b8839cc00c641d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 14 Sep 2011 12:34:47 +0200 Subject: [PATCH] =?utf8?q?broken=5Flinks=20warnings=20unterdr=C3=BCcken?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- t/007broken_links.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/007broken_links.t b/t/007broken_links.t index ee0021ef8..5ac03bca6 100644 --- a/t/007broken_links.t +++ b/t/007broken_links.t @@ -26,6 +26,7 @@ my $finder = URI::Find->new(sub { }); find(sub { + return unless -f $File::Find::name; open(FH, $File::Find::name) or return; my $text; { local $/; $text = ; } -- 2.20.1