diff options
author | Steve Hay <SteveHay@planit.com> | 2006-04-06 12:16:53 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-04-06 12:16:53 +0000 |
commit | 8b9f58b627da37ee6eaf64a4ca20998159a2a0b7 (patch) | |
tree | 5a31f833a69ed8ac26edc88ab1880de4675f10b9 /ext/B | |
parent | 1ade1aa1ca2b2fe7e0085ec2cd022693e0d7a0d6 (diff) | |
download | perl-8b9f58b627da37ee6eaf64a4ca20998159a2a0b7.tar.gz |
Fix skip count in ext\B\t\lint.t
p4raw-id: //depot/perl@27729
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/t/lint.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/lint.t b/ext/B/t/lint.t index 974e59887b..d27b2ce99c 100644 --- a/ext/B/t/lint.t +++ b/ext/B/t/lint.t @@ -67,7 +67,7 @@ RESULT SKIP : { use Config; - skip("Doesn't work with threaded perls",11) + skip("Doesn't work with threaded perls",15) if $Config{useithreads} || ($] < 5.009 && $Config{use5005threads}); runlint 'implicit-read', 'for ( @ARGV ) { 1 }', <<'RESULT', 'implicit-read in foreach'; |