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:
9b04d60
)
002goodperl.t: POD Sektionen nicht prüfen.
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 11 Feb 2011 11:45:39 +0000
(12:45 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 11 Feb 2011 11:45:39 +0000
(12:45 +0100)
t/002goodperl.t
patch
|
blob
|
history
diff --git
a/t/002goodperl.t
b/t/002goodperl.t
index
fa205b1
..
28b69a4
100644
(file)
--- a/
t/002goodperl.t
+++ b/
t/002goodperl.t
@@
-119,7
+119,8
@@
foreach my $file (@testitems) {
next;
}
while (my $file_line = <FILE>) {
- if ($file_line =~ m/(<\/?$tags>)/) {
+ last if $file_line =~ /^__END__/;
+ if ($file_line =~ m/(<\/?$tags>)/o) {
$found_html_count++;
$found_html .= $1;
}