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?p=p5sagit%2FSub-Name.git;a=commitdiff_plain;h=22fe73bad5a1dc3ee9efcd43ce5dec4ceb57d458 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 },