lower hard perl prereq from 5.008001
Karen Etheridge [Wed, 25 Apr 2018 22:58:49 +0000 (15:58 -0700)]
It may very well be that we install fine on 5.6; let's start receiving
cpantesters reports and find out!

Makefile.PL

index 09ac955..c27a949 100644 (file)
@@ -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';