From: Tobias Leich Date: Tue, 17 Nov 2009 15:09:06 +0000 (+0100) Subject: fixed read_file() X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=edab2fb500ce7d599dcd828683ad6d9a04ef709e;p=sdlgit%2FSDL-Site.git fixed read_file() --- diff --git a/tools/PM-Pod2html-snippet.pl b/tools/PM-Pod2html-snippet.pl index 63ae764..8f73aa2 100644 --- a/tools/PM-Pod2html-snippet.pl +++ b/tools/PM-Pod2html-snippet.pl @@ -42,7 +42,6 @@ sub read_file foreach(@files) { read_file($_) if(-d $_); - carp "Invalid directory $_" if !(-d $_); if($_ =~ /\.pod$/i) { my $file_name = $_;