From: Graham Knop Date: Tue, 5 Nov 2013 23:35:57 +0000 (-0500) Subject: update prereqs for meta v2 X-Git-Tag: v1.005000~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=088e735faa0027bbb538e71ff738423bdd0bcf43;p=p5sagit%2Fstrictures.git update prereqs for meta v2 --- diff --git a/Makefile.PL b/Makefile.PL index 7c80f4c..cf63958 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,10 +26,14 @@ WriteMakefile( }, }, - recommends => { - indirect => 0, - multidimensional => 0, - 'bareword::filehandles' => 0, + prereqs => { + runtime => { + recommends => { + indirect => 0, + multidimensional => 0, + 'bareword::filehandles' => 0, + }, + }, }, }, );