From: Graham Knop Date: Fri, 15 Nov 2013 19:45:34 +0000 (-0500) Subject: add ExtUtils::CBuilder to configure requires, and change to dynamic config X-Git-Tag: v1.005002~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=e9258733254a392173a0ebd0d654496170b36791 add ExtUtils::CBuilder to configure requires, and change to dynamic config --- diff --git a/Makefile.PL b/Makefile.PL index 2bb28b9..6e5f866 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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, + }, + }, }, },