X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=07cf38c9a1196c4ae8898d9f73079f9be65459c8;hb=00ca1c62fb631cb9b01962299f5e72b20b8063ec;hp=95deb65c1d5353c8d2c157cb8b4eb32651b75319;hpb=023bf9e2770f2c830aed68cba55f7bb056fc578c;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 95deb65..07cf38c 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,6 @@ name 'Mouse'; all_from 'lib/Mouse.pm'; requires 'Scalar::Util'; -requires 'MRO::Compat'; requires 'Class::Method::Modifiers' => '1.01'; build_requires 'Test::More';