add ExtUtils::CBuilder to configure requires, and change to dynamic config
[p5sagit/strictures.git] / Makefile.PL
index 2bb28b9..6e5f866 100644 (file)
@@ -11,7 +11,7 @@ WriteMakefile(
 
   META_MERGE => {
     'meta-spec' => { version => 2 },
-    dynamic_config => 0,
+    dynamic_config => 1,
 
     resources => {
       # r/w: p5sagit@git.shadowcat.co.uk:strictures.git
@@ -34,6 +34,11 @@ WriteMakefile(
           'bareword::filehandles' => 0,
         },
       },
+      configure => {
+        requires => {
+          'ExtUtils::CBuilder' => 0,
+        },
+      },
     },
   },