Compress::Zlib
[p5sagit/p5-mst-13.2.git] / ext / Compress / Zlib / t / 06gzsetp.t
index 41bb5c2..0f8d83d 100644 (file)
@@ -5,13 +5,13 @@ BEGIN {
     }
 }
 
-use lib 't';
+use lib qw(t t/compress);
 use strict;
 use warnings;
 use bytes;
  
 use Test::More ;
-use ZlibTestUtils;
+use CompTestUtils;
  
 use Compress::Zlib 2 ;