note some RT tickets for why we have certain prereq versions
Graham Knop [Mon, 15 Jul 2013 03:49:32 +0000 (23:49 -0400)]
Makefile.PL

index 39028dd..b2ce550 100644 (file)
@@ -18,11 +18,11 @@ my %TEST_DEPS = (
 );
 
 my %RUN_DEPS = (
-  'Class::Method::Modifiers' => 1.10,
+  'Class::Method::Modifiers' => 1.10, # or RT#80194
   'strictures' => 1.004003,
-  'Module::Runtime' => 0.012,
+  'Module::Runtime' => 0.012, # for RT#74789
   'Role::Tiny' => 1.003000,
-  'Devel::GlobalDestruction' => 0.11,
+  'Devel::GlobalDestruction' => 0.11, # for RT#78617
   'Dist::CheckConflicts' => 0.02,
 );