X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=blobdiff_plain;f=Makefile.PL;h=2fd5c676daa2f9b8d61a58afd36d2dbb548e4b74;hp=d8ed28c0db495095cfd346231461a78686e4f367;hb=b95fe8b9490eeda818c99bf35ed3377d75672409;hpb=8afc1658ff5a85afc7418d2779a4b4113feb4466 diff --git a/Makefile.PL b/Makefile.PL index d8ed28c..2fd5c67 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,5 @@ use strict; use warnings FATAL => 'all'; -use 5.008001; use ExtUtils::MakeMaker; (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';