From: 大沢 和宏 Date: Wed, 3 Dec 2008 04:08:21 +0000 (+0000) Subject: add tests 't/*.t t/*/*.t'; X-Git-Tag: 0.19~136^2~66 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=b9add211357754c5b4e4a122210412fa9ac737d9 add tests 't/*.t t/*/*.t'; --- 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;