Backcompaterize
[p5sagit/Module-Metadata.git] / Makefile.PL
index a2b9747..c4f0312 100644 (file)
@@ -18,6 +18,10 @@ WriteMakefile(
     'vars'        => 0,
     'version'     => 0.87,
     'warnings'    => 0,
+    $] < 5.008
+      ? ( 'IO::Scalar' => 0 )
+      : ()
+    ,
   },
   META_MERGE => {
     dynamic_config => 0,