From: Graham Knop Date: Mon, 20 Jan 2014 23:35:34 +0000 (-0500) Subject: fix perl prereq in Makefile.PL X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=d514312f68252585790fa9f397fc30e516544039 fix perl prereq in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 7c122e3..8b045aa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -209,7 +209,7 @@ my %extra_info = ( license => [ 'http://dev.perl.org/licenses/' ], }, prereqs => { - runtime => { requires => { perl => '5.8.1' } }, + runtime => { requires => { perl => '5.6.0' } }, }, );