Merge branch 'master' into pure-ops
[p5sagit/Function-Parameters.git] / Makefile.PL
index b9fdbfa..b7a2f86 100644 (file)
@@ -18,13 +18,11 @@ WriteMakefile(
     },
     PREREQ_PM => {
        'Carp' => 0,
-       'B::Hooks::EndOfScope' => 0,
        'XSLoader' => 0,
-       'bytes' => 0,
         'warnings' => 0,
         'strict' => 0,
     },
-    MIN_PERL_VERSION => '5.12.0',
+    MIN_PERL_VERSION => '5.14.0',
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'Function-Parameters-*' },
 );