no_index inc
Graham Knop [Mon, 18 Apr 2016 01:41:28 +0000 (21:41 -0400)]
Makefile.PL

index a1af352..27d6a21 100644 (file)
@@ -51,7 +51,7 @@ my %META = (
     license => [ 'http://dev.perl.org/licenses/' ],
   },
   no_index => {
-    directory => [ 't', 'xt' ]
+    directory => [ 't', 'xt', 'inc' ]
   },
 );