# New Ticket Created by David Leadbeater # Please include the string: [perl #109824] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=109824 > --- ext/PerlIO-scalar/t/scalar.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ext/PerlIO-scalar/t/scalar.t b/ext/PerlIO-scalar/t/scalar.t index 2046e54..a02107b 100644 --- a/ext/PerlIO-scalar/t/scalar.t +++ b/ext/PerlIO-scalar/t/scalar.t @@ -340,7 +340,7 @@ sub has_trailing_nul(\$) { } SKIP: { if ($Config::Config{'extensions'} !~ m!\bPerlIO/scalar\b!) { - skip "no B", 1; + skip "no B", 3; } require B; -- 1.7.4.4Thread Previous