From: Graham Knop Date: Mon, 18 Apr 2016 01:41:28 +0000 (-0400) Subject: no_index inc X-Git-Tag: v2.000003~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=8b35a6f81af74a6a109a255020673ca04c487aa1 no_index inc --- diff --git a/Makefile.PL b/Makefile.PL index a1af352..27d6a21 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -51,7 +51,7 @@ my %META = ( license => [ 'http://dev.perl.org/licenses/' ], }, no_index => { - directory => [ 't', 'xt' ] + directory => [ 't', 'xt', 'inc' ] }, );