X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0d68d56f7e983c775b3fe8bb1dcab2544adde2af;hb=39c84648f251c030b21bc7ff7a35a83130be9f1a;hp=07cf38c9a1196c4ae8898d9f73079f9be65459c8;hpb=00ca1c62fb631cb9b01962299f5e72b20b8063ec;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 07cf38c..0d68d56 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,11 +3,7 @@ use inc::Module::Install; name 'Mouse'; all_from 'lib/Mouse.pm'; -requires 'Scalar::Util'; -requires 'Class::Method::Modifiers' => '1.01'; - build_requires 'Test::More'; -build_requires 'Test::Exception'; WriteAll;