take conflicts from Moo::Conflicts module
Graham Knop [Mon, 17 Jun 2013 23:39:04 +0000 (19:39 -0400)]
Makefile.PL

index 198acf7..631ce86 100644 (file)
@@ -84,10 +84,9 @@ WriteMakefile(
     no_index => {
       directory => [ 'xt' ]
     },
-    x_breaks => {
-      # enter conflicting data here, *and* in Moo::Conflicts
-      'HTML::Restrict' => '2.1.5',
-    },
+    Moo::Conflicts->can('conflicts') ? (
+      x_breaks => { Moo::Conflicts->conflicts }
+    ) : (),
   },
   ($mymeta && !$mymeta_works ? (NO_MYMETA => 1) : ()),
   LICENSE => 'perl',