This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c491a20
)
Better line diagnostics - runlint's caller rather than runlint itself.
author
Nicholas Clark
<nick@ccl4.org>
Wed, 5 Mar 2008 11:58:58 +0000
(11:58 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
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 );
}