From: Graham Knop Date: Mon, 15 Jul 2013 03:49:32 +0000 (-0400) Subject: note some RT tickets for why we have certain prereq versions X-Git-Tag: v1.003000~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f19d41c7b073ff28fbd9d071da9c1091dc120a46;p=gitmo%2FMoo.git note some RT tickets for why we have certain prereq versions --- diff --git a/Makefile.PL b/Makefile.PL index 39028dd..b2ce550 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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, );