projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c491a20
)
Better line diagnostics - runlint's caller rather than runlint itself.
Nicholas Clark [Wed, 5 Mar 2008 11:58:58 +0000 (11:58 +0000)]
p4raw-id: //depot/perl@33442
ext/B/t/lint.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/t/lint.t
b/ext/B/t/lint.t
index
f62adc2
..
b4cbf99
100644
(file)
--- a/
ext/B/t/lint.t
+++ b/
ext/B/t/lint.t
@@
-29,6
+29,7
@@
sub runlint ($$$;$) {
stderr => 1,
);
$res =~ s/-e syntax OK\n$//;
+ local $Level = $Level + 1;
is( $res, $result, $testname || $opts );
}