Move MakeMaker customizations to a module in inc that can be used for dzil and the...
[gitmo/Moose.git] / inc / MakeMaker.pm
1 package inc::MakeMaker;
2
3 use Moose;
4
5 use MMHelper;
6
7 with 'Dist::Zilla::Role::';