From: Karen Etheridge Date: Wed, 25 Apr 2018 22:58:49 +0000 (-0700) Subject: lower hard perl prereq from 5.008001 X-Git-Tag: v1.000010~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSafe-Isa.git;a=commitdiff_plain;h=58367cc06ab5cb10c1df077e542a33eb3c60765b;hp=3e547fa83e4a3b6a8d937e62e2a9d1689394b2f4 lower hard perl prereq from 5.008001 It may very well be that we install fine on 5.6; let's start receiving cpantesters reports and find out! --- diff --git a/Makefile.PL b/Makefile.PL index 09ac955..c27a949 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';