develooper Front page | perl.perl5.porters | Postings from February 2012

[perl #109824] [PATCH] Fix skip count for B using tests in PerlIO::Scalar

Thread Previous
From:
David Leadbeater
Date:
February 4, 2012 08:25
Subject:
[perl #109824] [PATCH] Fix skip count for B using tests in PerlIO::Scalar
Message ID:
rt-3.6.HEAD-14510-1328372738-1562.109824-75-0@perl.org
# 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.4


Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About