stop trying to build old release directories I have lying around
[p5sagit/Sub-Name.git] / Makefile.PL
1 use strict;
2 use warnings;
3 use lib 'inc';
4 use ExtUtils::MakeMaker::Dist::Zilla::Develop;
5
6 $ENV{PERL_MM_OPT} = 'NORECURS=1';
7
8 WriteMakefile(
9     NAME => 'Sub::Name',
10     VERSION_FROM => 'lib/Sub/Name.pm',
11     INSTALLMAN1DIR => 'none',
12     INSTALLMAN3DIR => 'none',
13 );