Compress::Zlib
[p5sagit/p5-mst-13.2.git] / ext / Compress / Zlib / t / 14gzopen.t
index 5a90b39..97f0a1c 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 IO::File ;
 
 BEGIN {
@@ -23,7 +23,7 @@ BEGIN {
     plan tests => 208 + $extra ;
 
     use_ok('Compress::Zlib', 2) ;
-    use_ok('Compress::Gzip::Constants') ;
+    use_ok('IO::Compress::Gzip::Constants') ;
 }