X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=13cf932dfb0b6b7a91803c65fa9ccc689107aab0;hb=4e31595cef06f35cd442a54206f3c1a05c1ac31f;hp=95deb65c1d5353c8d2c157cb8b4eb32651b75319;hpb=023bf9e2770f2c830aed68cba55f7bb056fc578c;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 95deb65..13cf932 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,10 +3,6 @@ use inc::Module::Install; name 'Mouse'; all_from 'lib/Mouse.pm'; -requires 'Scalar::Util'; -requires 'MRO::Compat'; -requires 'Class::Method::Modifiers' => '1.01'; - build_requires 'Test::More'; build_requires 'Test::Exception';