X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e0a33afa670fc40d20f17c0948d0eee0d79441cc;hb=3967e6284e615ea53e8a93cd03376babe9f5339c;hp=a53161d70ad3b06f552d674ae06d64ef6aeff5bb;hpb=68104426e506b6b95ae78d736a2eaa36bcb8f4a8;p=p5sagit%2FSub-Name.git diff --git a/Makefile.PL b/Makefile.PL index a53161d..e0a33af 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,27 +2,32 @@ use 5.006; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'Sub::Name', - VERSION_FROM => 'lib/Sub/Name.pm', - ABSTRACT_FROM => 'lib/Sub/Name.pm', - AUTHOR => 'Matthijs van Duin ', + NAME => 'Sub::Name', + VERSION_FROM => 'lib/Sub/Name.pm', + ABSTRACT_FROM => 'lib/Sub/Name.pm', + AUTHOR => 'Matthijs van Duin ', - MIN_PERL_VERSION => '5.006', - META_MERGE => { - 'meta-spec' => { version => 2 }, - dynamic_config => 0, - resources => { - repository => { - url => 'https://github.com/karenetheridge/Sub-Name.git', - web => 'https://github.com/karenetheridge/Sub-Name', - type => 'git', - }, - bugtracker => { - mailto => 'bug-Sub-Name@rt.cpan.org', - web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Sub-Name', - }, + PREREQ_PM => { + 'Exporter' => '0', + 'DynaLoader' => '0', + }, + + MIN_PERL_VERSION => '5.006', + META_MERGE => { + 'meta-spec' => { version => 2 }, + dynamic_config => 0, + resources => { + repository => { + url => 'https://github.com/karenetheridge/Sub-Name.git', + web => 'https://github.com/karenetheridge/Sub-Name', + type => 'git', + }, + bugtracker => { + mailto => 'bug-Sub-Name@rt.cpan.org', + web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Sub-Name', + }, + }, }, - }, ); package MY;