move 80x tests to 800_shikabased
[gitmo/Mouse.git] / Makefile.PL
1 use inc::Module::Install;
2
3 name     'Mouse';
4 all_from 'lib/Mouse.pm';
5
6 tests 't/*.t t/*/*.t';
7
8 build_requires 'Test::More';
9
10 WriteAll;
11