fixup version bump to nuke Makefile, make Makefile.PL use new location of maint include
[p5sagit/Module-Metadata.git] / Makefile.PL
1 use strict;
2 use warnings FATAL => 'all';
3 use ExtUtils::MakeMaker;
4
5 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
6
7 WriteMakefile(
8   NAME => 'Module::Metadata',
9   VERSION_FROM => 'lib/Module/Metadata.pm'
10 );