96fc740001a106b72abc72bdbd530be0b3547f29
[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     INSTALLMAN1DIR => 'none',
8     INSTALLMAN3DIR => 'none',
9 );