projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a89d644
)
add xt to no_index
Matt S Trout [Wed, 18 Jul 2012 20:17:05 +0000 (20:17 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
c9d1136
..
514d904
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-47,6
+47,11
@@
WriteMakefile(
}
)
),
+ META_MERGE => {
+ no_index => {
+ directory => [ 'xt' ]
+ }
+ },
($mymeta && !$mymeta_works ? (NO_MYMETA => 1) : ()),
LICENSE => 'perl',
);