add xt to no_index
Matt S Trout [Wed, 18 Jul 2012 20:17:05 +0000 (20:17 +0000)]
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',
 );