From: Karen Etheridge Date: Mon, 4 Aug 2014 15:40:56 +0000 (-0700) Subject: declare runtime prereqs X-Git-Tag: v0.08^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a4763bfd092b1f7e2150315656c5f7cc7a76c97e;p=p5sagit%2FSub-Name.git declare runtime prereqs --- diff --git a/Makefile.PL b/Makefile.PL index bc2ff86..e0a33af 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,11 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Sub/Name.pm', AUTHOR => 'Matthijs van Duin ', + PREREQ_PM => { + 'Exporter' => '0', + 'DynaLoader' => '0', + }, + MIN_PERL_VERSION => '5.006', META_MERGE => { 'meta-spec' => { version => 2 },