X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0d68d56f7e983c775b3fe8bb1dcab2544adde2af;hb=fc1d8369f17d2d6a06ecdcb13199e1d4ecb2e53f;hp=705437ea51ae39f9a8863aa8824b42a76f26683a;hpb=01db075b42d0223394e07ab15ff55defed9df903;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 705437e..0d68d56 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,10 +3,7 @@ use inc::Module::Install; name 'Mouse'; all_from 'lib/Mouse.pm'; -requires 'Class::Method::Modifiers' => '1.01'; - build_requires 'Test::More'; -build_requires 'Test::Exception'; WriteAll;