add xt to no_index
[gitmo/Moo.git] / Makefile.PL
index c9d1136..514d904 100644 (file)
@@ -47,6 +47,11 @@ WriteMakefile(
         }
       )
   ),
+  META_MERGE => {
+    no_index => {
+      directory => [ 'xt' ]
+    }
+  },
   ($mymeta && !$mymeta_works ? (NO_MYMETA => 1) : ()),
   LICENSE => 'perl',
 );