X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=680e5f64ca360fa8948cf28bd716797593162dde;hb=76acfa6c8aca484921a7fd50332d85e366d2b30a;hp=af4d5bec8200b8091d4e7abf61aa1999b5fe3e9e;hpb=0ee1bd42cb95cd594e777fa676e80cddc66e0393;p=gitmo%2FRole-Tiny.git diff --git a/Makefile.PL b/Makefile.PL index af4d5be..680e5f6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,6 @@ WriteMakefile( NAME => 'Role::Tiny', VERSION_FROM => 'lib/Role/Tiny.pm', PREREQ_PM => { - 'Class::Method::Modifiers' => '1.10', ($] >= 5.010 ? () : ('MRO::Compat' => 0)), ($mymeta_works ? () : (%BUILD_DEPS)), },