Make the constructor close over the metaclass, and bless into the right class (so...
[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