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