From: Matt S Trout Date: Tue, 10 Sep 2013 18:52:19 +0000 (+0000) Subject: make perl 5.006 restriction work X-Git-Tag: v1.000017~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=commitdiff_plain;h=5661e08cacc1082ed598e775257438dff9453d97 make perl 5.006 restriction work --- diff --git a/Makefile.PL b/Makefile.PL index 561a699..f280ad8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,7 @@ use strict; use warnings FATAL => 'all'; use ExtUtils::MakeMaker; +use 5.006; (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; @@ -23,7 +24,6 @@ WriteMakefile( ? ( 'IO::Scalar' => 0 ) : () , - 'perl' => '5.006', }, META_MERGE => { 'meta-spec' => { version => 2 },