add some keywords to metadata
[p5sagit/Sub-Name.git] / Makefile.PL
CommitLineData
54595ea8 1use strict;
2use warnings;
1cd6d141 3use lib 'inc';
54595ea8 4use ExtUtils::MakeMaker::Dist::Zilla::Develop;
973f8df8 5
6$ENV{PERL_MM_OPT} = 'NORECURS=1';
7
dd1de3ca 8WriteMakefile(
9 NAME => 'Sub::Name',
dfd7ef25 10 VERSION_FROM => 'lib/Sub/Name.pm',
dd1de3ca 11 INSTALLMAN1DIR => 'none',
12 INSTALLMAN3DIR => 'none',
13);