projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9098cf9
)
no_index inc
Graham Knop [Mon, 18 Apr 2016 01:41:28 +0000 (21:41 -0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
a1af352
..
27d6a21
100644
(file)
--- 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' ]
},
);