projects
/
sdlgit/SDL-Site.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9270755
)
fixed read_file()
Tobias Leich [Tue, 17 Nov 2009 15:09:06 +0000 (16:09 +0100)]
tools/PM-Pod2html-snippet.pl
patch
|
blob
|
blame
|
history
diff --git
a/tools/PM-Pod2html-snippet.pl
b/tools/PM-Pod2html-snippet.pl
index
63ae764
..
8f73aa2
100644
(file)
--- 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 = $_;