From: Karen Etheridge Date: Wed, 9 Jul 2014 16:58:49 +0000 (-0700) Subject: always specify a base prereq for EUMM X-Git-Tag: v0.027~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=06d08882e3f600b0bef9e9bd70747b22b0b6290c always specify a base prereq for EUMM --- diff --git a/Makefile.PL b/Makefile.PL index e61e85d..37a5d34 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,6 +28,11 @@ my %WriteMakefileArgs = ( META_ADD => { prereqs => { + configure => { + requires => { + 'ExtUtils::MakeMaker' => 0, + }, + }, runtime => { requires => { 'Carp' => '0',