make perl 5.006 restriction work
Matt S Trout [Tue, 10 Sep 2013 18:52:19 +0000 (18:52 +0000)]
Makefile.PL

index 561a699..f280ad8 100644 (file)
@@ -1,6 +1,7 @@
 use strict;
 use warnings FATAL => 'all';
 use ExtUtils::MakeMaker;
+use 5.006;
 
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
@@ -23,7 +24,6 @@ WriteMakefile(
       ? ( 'IO::Scalar' => 0 )
       : ()
     ,
-    'perl'        => '5.006',
   },
   META_MERGE => {
     'meta-spec' => { version => 2 },