Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10
[p5sagit/p5-mst-13.2.git] / ext / Compress / Zlib / Makefile.PL
index 63c8bce..df93a6c 100755 (executable)
@@ -21,10 +21,14 @@ WriteMakefile(
     (
       $ENV{SKIP_FOR_CORE}
         ? (MAN3PODS    => {})
-           : (PREREQ_PM   => { 'Compress::Raw::Zlib'  => 0,
-                                   'IO::Compress::Base'   => 0,
-                                   'IO::Compress::Zlib'   => 0,
-                                   'Scalar::Util'         => 0,
+           : (PREREQ_PM   => { 'Compress::Raw::Zlib'           => 0,
+                                   'IO::Compress::Base'            => 0,
+                                   'IO::Compress::Base::Common'    => 0,
+                                   'IO::Uncompress::Base'          => 0,
+                                   'IO::Compress::Gzip'            => 0,
+                                   'IO::Compress::Gzip::Constants' => 0,
+                                   'IO::Uncompress::Gunzip'        => 0,
+                                   'Scalar::Util'                  => 0,
                           }
              )
     ),