test for use Moo after no Moo
[gitmo/Moo.git] / Makefile.PL
index c9d1136..0bd9d9a 100644 (file)
@@ -10,10 +10,11 @@ my %BUILD_DEPS = (
 );
 
 my %RUN_DEPS = (
-  'Class::Method::Modifiers' => 1.04,
-  'strictures' => 1.001001,
+  'Class::Method::Modifiers' => 1.10,
+  'strictures' => 1.004003,
   'Module::Runtime' => 0.012,
-  'Role::Tiny' => 1.001003,
+  'Role::Tiny' => 1.002004,
+  'Devel::GlobalDestruction' => 0.09,
 );
 
 # have to do this since old EUMM dev releases miss the eval $VERSION line
@@ -47,6 +48,11 @@ WriteMakefile(
         }
       )
   ),
+  META_MERGE => {
+    no_index => {
+      directory => [ 'xt' ]
+    }
+  },
   ($mymeta && !$mymeta_works ? (NO_MYMETA => 1) : ()),
   LICENSE => 'perl',
 );