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