Require Moose 0.59 for these tests (not sure when this was fixed; and it's only for...
[gitmo/Mouse.git] / Makefile.PL
1 use inc::Module::Install;
2
3 name     'Mouse';
4 all_from 'lib/Mouse.pm';
5
6 build_requires 'Test::More';
7
8 WriteAll;
9