Merge branch 'keyword-rewrite' into keyword-rewrite-magic
[p5sagit/Function-Parameters.git] / Makefile.PL
index b9fdbfa..b3023ab 100644 (file)
@@ -18,13 +18,12 @@ 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-*' },
 );