keep the minimum perl prereq to metadata
Karen Etheridge [Thu, 17 Jul 2014 17:28:45 +0000 (10:28 -0700)]
Makefile.PL

index 4291e18..cd6305d 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';