From: Karen Etheridge Date: Mon, 6 May 2013 17:30:24 +0000 (-0700) Subject: also add x_breaks to META.* X-Git-Tag: v1.003000~55^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=97e41aa98026bf62907dfb9501643adfec4b3c75 also add x_breaks to META.* --- diff --git a/Makefile.PL b/Makefile.PL index e8c7e61..c739ef4 100644 --- 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',