From: Karen Etheridge Date: Wed, 9 Jul 2014 16:59:04 +0000 (-0700) Subject: always specify a base prereq for EUMM X-Git-Tag: v1.002005~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=commitdiff_plain;h=cc906f812e2423c5185b935771cfd9199608ecb6 always specify a base prereq for EUMM --- diff --git a/Makefile.PL b/Makefile.PL index 95c4f76..bedec21 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,6 +28,11 @@ my %WriteMakefileArgs = ( META_ADD => { prereqs => { + configure => { + requires => { + 'ExtUtils::MakeMaker' = 0, + }, + }, runtime => { requires => { 'strict' => '0',