From: Steve Hay Date: Tue, 14 Jun 2005 13:26:30 +0000 (+0000) Subject: Actually skip tests when they're supposed to be skipped! X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f64dc0517a26cf23c9c43be2e0b1332330fed1cc;p=p5sagit%2Fp5-mst-13.2.git Actually skip tests when they're supposed to be skipped! (and bump $IO::Zlib::VERSION) p4raw-id: //depot/perl@24839 --- diff --git a/lib/IO/Zlib.pm b/lib/IO/Zlib.pm index f129179..ad29243 100644 --- a/lib/IO/Zlib.pm +++ b/lib/IO/Zlib.pm @@ -6,7 +6,7 @@ package IO::Zlib; -$VERSION = "1.04"; +$VERSION = "1.04_01"; =head1 NAME diff --git a/lib/IO/Zlib/t/external.t b/lib/IO/Zlib/t/external.t index 13ac306..1d90d7f 100644 --- a/lib/IO/Zlib/t/external.t +++ b/lib/IO/Zlib/t/external.t @@ -10,6 +10,7 @@ unless( -x $gzip && ":$ENV{PATH}:" =~ m!:/usr/bin:! && -d "/usr/bin" && -x "/usr/bin") { print "1..0 # Skip: no $gzip\n"; + exit 0; } sub ok