projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76e3efe
)
broken_links warnings unterdrücken
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 14 Sep 2011 10:34:47 +0000
(12:34 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 14 Sep 2011 10:34:47 +0000
(12:34 +0200)
t/007broken_links.t
patch
|
blob
|
history
diff --git
a/t/007broken_links.t
b/t/007broken_links.t
index
ee0021e
..
5ac03bc
100644
(file)
--- 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 = <FH>; }