Release commit for 1.003000
[gitmo/Moo.git] / Makefile.PL
index 198acf7..b2ce550 100644 (file)
@@ -13,16 +13,16 @@ my %CONFIGURE_DEPS = (
 my %BUILD_DEPS = ();
 
 my %TEST_DEPS = (
-  'Test::More' => 0.96,
+  'Test::More' => 0.94,
   'Test::Fatal' => 0.003,
 );
 
 my %RUN_DEPS = (
-  'Class::Method::Modifiers' => 1.10,
+  'Class::Method::Modifiers' => 1.10, # or RT#80194
   'strictures' => 1.004003,
-  'Module::Runtime' => 0.012,
-  'Role::Tiny' => 1.002004,
-  'Devel::GlobalDestruction' => 0.11,
+  'Module::Runtime' => 0.012, # for RT#74789
+  'Role::Tiny' => 1.003000,
+  'Devel::GlobalDestruction' => 0.11, # for RT#78617
   'Dist::CheckConflicts' => 0.02,
 );
 
@@ -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',