X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e9e956262e745528dc260c08cb2f1fbb67872556;hb=087c79b5dee4047d9b96a52e52e55c2105e9c4c0;hp=93dcb4f635c289944582308c7393c9bc8abb7f07;hpb=2215d4b9bdc64e7994b2a90d50cc2ab906115d0f;p=gitmo%2FMoo.git diff --git a/Makefile.PL b/Makefile.PL index 93dcb4f..e9e9562 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,8 +10,11 @@ my %BUILD_DEPS = ( ); my %RUN_DEPS = ( - 'Class::Method::Modifiers' => 1.05, + 'Class::Method::Modifiers' => 1.07, 'strictures' => 1.001001, + 'Module::Runtime' => 0.013, + 'Role::Tiny' => 1.001001, + 'Devel::GlobalDestruction' => '0.05', ); # have to do this since old EUMM dev releases miss the eval $VERSION line