X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e9e956262e745528dc260c08cb2f1fbb67872556;hb=04c82717e19c8f12f2e15351bb36212a4386a52c;hp=7a550c458faf39679e653cf0c72e050d4cd2eab9;hpb=cf62c98938670cba251cdc299ce194d0cdf694a2;p=gitmo%2FMoo.git diff --git a/Makefile.PL b/Makefile.PL index 7a550c4..e9e9562 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,8 @@ my %RUN_DEPS = ( '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