let build bail out as soon as possible
Karen Etheridge [Sun, 19 Oct 2014 05:18:24 +0000 (22:18 -0700)]
Makefile.PL

index 1a4785b..56e1faf 100644 (file)
@@ -2,6 +2,8 @@ use strict;
 use warnings FATAL => 'all';
 use ExtUtils::MakeMaker;
 
+use 5.008000;
+
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 WriteMakefile(