projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4a71ed0
)
undo goofed change 1157 (backed out the fix instead of keeping it)
Gurusamy Sarathy [Sat, 20 Jun 1998 21:12:01 +0000 (21:12 +0000)]
p4raw-id: //depot/perl@1161
utils/perldoc.PL
patch
|
blob
|
blame
|
history
diff --git
a/utils/perldoc.PL
b/utils/perldoc.PL
index
ac71dd6
..
5b12696
100644
(file)
--- a/
utils/perldoc.PL
+++ b/
utils/perldoc.PL
@@
-226,7
+226,7
@@
sub check_file {
return minus_f_nocase($dir,$file);
} else {
my $path = minus_f_nocase($dir,$file);
- return $path if containspod($path);
+ return $path if length $path and containspod($path);
}
return "";
}