make perl 5.006 restriction work
[p5sagit/Module-Metadata.git] / 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 },