Release commit for 1.003000
[gitmo/Moo.git] / Makefile.PL
index 631ce86..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,
 );