From: Graham Knop Date: Tue, 12 Aug 2014 07:50:30 +0000 (-0400) Subject: put perl prereq in correct location X-Git-Tag: v1.005005~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=c4ddf87f565cfb00298adfad97b0b1625fc12148 put perl prereq in correct location --- diff --git a/Makefile.PL b/Makefile.PL index 33df57c..65f4208 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,10 +23,11 @@ my %META = ( 'Test::More' => 0, } }, runtime => { - requires => { }, + requires => { + perl => '5.006', + }, recommends => { %extra_prereqs, - perl => '5.006', }, }, develop => { requires => {