start ensuring that we never add non-core (required) prereqs again
[p5sagit/Sub-Name.git] / Makefile.PL
1 use strict;
2 use warnings;
3 use lib 'inc';
4 use ExtUtils::MakeMaker::Dist::Zilla::Develop;
5 WriteMakefile(
6     NAME => 'Sub::Name',
7     VERSION_FROM => 'lib/Sub/Name.pm',
8     INSTALLMAN1DIR => 'none',
9     INSTALLMAN3DIR => 'none',
10 );