fixed read_file()
Tobias Leich [Tue, 17 Nov 2009 15:09:06 +0000 (16:09 +0100)]
tools/PM-Pod2html-snippet.pl

index 63ae764..8f73aa2 100644 (file)
@@ -42,7 +42,6 @@ sub read_file
        foreach(@files)
        {
                read_file($_) if(-d $_);
-               carp "Invalid directory $_" if !(-d $_);
                if($_ =~ /\.pod$/i)
                {
                        my $file_name   = $_;