add ExtUtils::CBuilder to configure requires, and change to dynamic config
Graham Knop [Fri, 15 Nov 2013 19:45:34 +0000 (14:45 -0500)]
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,
+        },
+      },
     },
   },