X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d89d8f6e16683062dbf49db8c2c3586f55e2c56a;hb=b6ffa107ada7a537575481d277818e207ed219fb;hp=13cf932dfb0b6b7a91803c65fa9ccc689107aab0;hpb=4e31595cef06f35cd442a54206f3c1a05c1ac31f;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 13cf932..d89d8f6 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,8 +3,9 @@ use inc::Module::Install; name 'Mouse'; all_from 'lib/Mouse.pm'; +tests 't/*.t t/*/*.t'; + build_requires 'Test::More'; -build_requires 'Test::Exception'; WriteAll;