Notify us of what versions of everything we have from Mouse::Util (and if it even...
[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