We're not on github
[gitmo/MooseX-HasDefaults.git] / Makefile.PL
1 use inc::Module::Install;
2
3 name           'MooseX-HasDefaults';
4 all_from       'lib/MooseX/HasDefaults.pm';
5
6 requires       'Moose';
7
8 build_requires 'Test::Exception';
9
10 WriteAll;
11