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