Actually skip tests when they're supposed to be skipped!
Steve Hay [Tue, 14 Jun 2005 13:26:30 +0000 (13:26 +0000)]
(and bump $IO::Zlib::VERSION)

p4raw-id: //depot/perl@24839

lib/IO/Zlib.pm
lib/IO/Zlib/t/external.t

index f129179..ad29243 100644 (file)
@@ -6,7 +6,7 @@
 
 package IO::Zlib;
 
-$VERSION = "1.04";
+$VERSION = "1.04_01";
 
 =head1 NAME
 
index 13ac306..1d90d7f 100644 (file)
@@ -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