From: Graham Knop Date: Mon, 4 Aug 2014 07:47:31 +0000 (-0400) Subject: specify perl prereq corrctly X-Git-Tag: v0.010002~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=e1213c6a4b9162b35c4ba382933d23a1f886e4a2 specify perl prereq corrctly --- diff --git a/Makefile.PL b/Makefile.PL index f45c791..1a4785b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,9 +27,13 @@ WriteMakefile( web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=App-FatPacker', }, }, - requires => { - # B::perlstring was added in B 1.01 (perl 5.8.0) - perl => '5.008000', + prereqs => { + runtime => { + requires => { + # B::perlstring was added in B 1.01 (perl 5.8.0) + perl => '5.008000', + }, + }, }, }, );