also add x_breaks to META.*
Karen Etheridge [Mon, 6 May 2013 17:30:24 +0000 (10:30 -0700)]
Makefile.PL

index e8c7e61..c739ef4 100644 (file)
@@ -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',