dynamic_config => 0
[p5sagit/Eval-WithLexicals.git] / Makefile.PL
index 5644427..dd4131c 100644 (file)
@@ -12,12 +12,12 @@ my %META = (
     test => {
       requires => {
         'Test::More'  => 0.94,
-        'strictures'  => 1,
       },
     },
     runtime => {
       requires => {
         'Moo' => '0.009006',
+        'strictures'  => 1,
         'perl' => 5.008,
       },
     },
@@ -38,6 +38,7 @@ my %META = (
     directory => [ 't', 'xt' ]
   },
   x_authority => 'cpan:MSTROUT',
+  dynamic_config => 0,
 );
 
 my %MM_ARGS = (