Notify us of what versions of everything we have from Mouse::Util (and if it even...
[gitmo/Mouse.git] / Makefile.PL
CommitLineData
c3398f5b 1use inc::Module::Install;
2
3name 'Mouse';
4all_from 'lib/Mouse.pm';
5
c3398f5b 6build_requires 'Test::More';
c3398f5b 7
8WriteAll;
9