projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4b46a4b
)
also add x_breaks to META.*
Karen Etheridge [Mon, 6 May 2013 17:30:24 +0000 (10:30 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
e8c7e61
..
c739ef4
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-72,7
+72,10
@@
WriteMakefile(
META_MERGE => {
no_index => {
directory => [ 'xt' ]
- }
+ },
+ x_breaks => {
+ # enter conflicting data here, *and* in Moo::Conflicts
+ },
},
($mymeta && !$mymeta_works ? (NO_MYMETA => 1) : ()),
LICENSE => 'perl',